summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-06 18:00:00 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-06 18:00:00 +0000
commitf8f2ca26c47c32e8de3a12ff77f12e91365a5e91 (patch)
tree14627aa68cdca703d002afc2a8105d957b95517d
parent48b6905c825412f2064339254744b1dfc1955f23 (diff)
downloadquilt-f8f2ca26c47c32e8de3a12ff77f12e91365a5e91.tar.gz
- doc/README needs the same $EDITOR filtering quirk we just added for
doc/quilt.1.
-rw-r--r--Makefile.in4
-rw-r--r--quilt.changes6
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6c3504e..561bbb8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -172,7 +172,9 @@ reference : $(QUILT:%=quilt/%) scripts/patchfns
(bash -c ". scripts/patchfns ; cd $$dir ;LC_ALL=C . $$i -h"); \
echo; \
done | \
- sed -e '/^Usage:/{s/^Usage: \?//;b}' -e '/^$$/!s/^/ /'
+ sed -e '/^Usage:/{s/^Usage: \?//;b}' \
+ -e 's/\$$EDITOR ([^)]*)/$$EDITOR/' \
+ -e '/^$$/!s/^/ /'
bin/guards.1 : bin/guards
mkdir -p $$(dirname $@)
diff --git a/quilt.changes b/quilt.changes
index 5d48879..15bb232 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Sep 6 19:57:38 CEST 2005 - khali@linux-fr.org
+
+- doc/README needs the same $EDITOR filtering quirk we just added
+ for doc/quilt.1.
+
+-------------------------------------------------------------------
Tue Sep 6 19:34:03 CEST 2005 - khali@linux-fr.org
- scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to