summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-07-04 02:42:40 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-07-04 02:42:40 +0000
commit4d61bdf5dcfb6fabc1bb0a3ef72dd5c13c370db6 (patch)
treed9d0a3fc845e8d1855ba0206780ddcde10f40d3e /Makefile.in
parent00227c3952cd1618d0bd6a6a2231046b3153c14e (diff)
downloadquilt-4d61bdf5dcfb6fabc1bb0a3ef72dd5c13c370db6.tar.gz
- Add common GNU Diff format options to diff and refresH commands:
-u, -U num, -c, -C num. REname old -c option (combine patches) of diff command to --combine. - Extend the function that splits comments froM patches and syntax coloring to handLe combined diff format. - Honor the LAnG environment variable again; this goT broken at some point. - Set TEXTDOMAINDIR to where the translations are put so that Messages are found even when not installing into /usr.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d5838b9..d902f39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -220,6 +220,7 @@ $(PACKAGE).spec : $(PACKAGE).spec.in $(PACKAGE).changes Makefile \
-e 's:@RELEASE''@:$(RELEASE):g' \
-e 's:@RPMBUILD''@:$(RPMBUILD):g' \
-e 's:@DIFFSTAT''@:$(DIFFSTAT):g' \
+ -e 's:@LOCALEDIR''@:$(localedir):g' \
$< > $@
@chmod --reference=$< $@