summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-05-31 15:22:43 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-05-31 15:22:43 +0000
commitb704611db0b3e9bf4e9402745430aae1a68004dd (patch)
tree81b305eff4ba5f5dfc225bc0d8f4fe558bc331ba /Makefile.in
parentced252dabbef9fd962a2f0d268a818c37815b8b4 (diff)
downloadquilt-b704611db0b3e9bf4e9402745430aae1a68004dd.tar.gz
- Rewrite spec2series to return what the new `quilt setup' needs,
and rename it to inspect. - `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches. - Update German translation.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e80a879..007652c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -64,7 +64,7 @@ QUILT := $(QUILT_IN)
SRC += $(QUILT_SRC:%=quilt/%)
DIRT += $(QUILT_IN:%=quilt/%)
-SCRIPTS_IN := apatch rpatch patchfns parse-patch spec2series dependency-graph
+SCRIPTS_IN := apatch rpatch patchfns parse-patch inspect dependency-graph
SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
SCRIPTS := $(SCRIPTS_IN)
SRC += $(SCRIPTS_SRC:%=scripts/%)