summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-29 16:51:23 +0000
committerJean Delvare <khali@linux-fr.org>2005-07-29 16:51:23 +0000
commitaa61210d134aef4d849d109f0b34b236686f9cb0 (patch)
treef2586e229beda0f90eaa0f95684aeaaed705643a
parent01f1ebe272d16a636be05e1c0a25b33aeaf7c169 (diff)
downloadquilt-aa61210d134aef4d849d109f0b34b236686f9cb0.tar.gz
- Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so that
they get included into the tarball by make dist.
-rw-r--r--Makefile.in3
-rw-r--r--quilt.changes6
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d7667f1..92b8f67 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,7 +95,8 @@ PO := Makefile quilt.pot $(LINGUAS:%=%.po)
SRC += $(PO:%=po/%)
DIRT += po/*.mo
-SRC += $(wildcard test/*.test) test/run
+SRC += $(wildcard test/*.test) test/run test/Makefile \
+ test/test.quiltrc
SRC += changes2changelog
#-----------------------------------------------------------------------
diff --git a/quilt.changes b/quilt.changes
index d2d857e..5b3191c 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Jul 29 18:49:41 CEST 2005 - khali@linux-fr.org
+
+- Makefile.in: add test/Makefile and test/test.quiltrc to SRC,
+ so that they get included into the tarball by make dist.
+
+-------------------------------------------------------------------
Wed Jul 27 18:18:38 CEST 2005 - agruen@suse.de
- test/missing.test: Fix test case.