aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--help/ChangeLog8
-rw-r--r--help/sgmldocs.make2
2 files changed, 9 insertions, 1 deletions
diff --git a/help/ChangeLog b/help/ChangeLog
index 9bbff085d0..624e3963ee 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-25 Ettore Perazzoli <ettore@ximian.com>
+
+ [Patch for Automake 1.5 compatibility pointed out by Richard
+ Boulton <richard@tartarus.org>, as per #9258.]
+
+ * sgmldocs.make ($(docname).sgml): Indent the rule with a tab
+ instead of 8 spaces.
+
2001-09-25 Aaron Weber <aaron@ximian.com>
* C/usage-mail.sgml: Added Right-click-bginfo a little.
diff --git a/help/sgmldocs.make b/help/sgmldocs.make
index fee6bc4231..1dca7e7fc5 100644
--- a/help/sgmldocs.make
+++ b/help/sgmldocs.make
@@ -59,7 +59,7 @@ index.html: $(docname)/index.html
-cp $(docname)/index.html .
$(docname).sgml: $(sgml_ents)
- -ourdir=`pwd`; \
+ -ourdir=`pwd`; \
cd $(srcdir); \
cp $(sgml_ents) $$ourdir