summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in8
-rw-r--r--quilt.changes7
2 files changed, 11 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 79fbc8e..584b8a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,7 +122,7 @@ snapshot : $(PACKAGE)-$(ISODATE).tar.bz2
rpm rpmbuild : $(PACKAGE)-$(VERSION).tar.gz
$(RPMBUILD) -ta $<
-doc/README : doc/README.in
+doc/README : doc/README.in $(QUILT:%=quilt/%)
@echo "README.in -> README"
@while read line; do \
case "$$line" in \
@@ -172,9 +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/\$$EDITOR ([^)]*)/$$EDITOR/' \
- -e '/^$$/!s/^/ /'
+ sed -e 's/\$$EDITOR ([^)]*)/$$EDITOR/' \
+ -e '/^$$/!s/^/ /' \
+ -e 's/^ Usage: *//'
bin/guards.1 : bin/guards
mkdir -p `dirname $@`
diff --git a/quilt.changes b/quilt.changes
index 7f524bb..c282069 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Thu Sep 15 22:19:55 CEST 2005 - khali@linux-fr.org
+
+- Makefile.in: Add missing dependency of doc/README on quilt/*.
+- Makefile.in: Rewrite non-portable sed command in "reference"
+ rule.
+
+-------------------------------------------------------------------
Thu Sep 15 19:51:06 CEST 2005 - khali@linux-fr.org
- Omitting the search directory in "find" is not portable; add