From ef4fa34d9d6d951f7414077e63c3016345505a6b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 25 Sep 2001 23:38:45 +0000 Subject: Indent the rule with a tab instead of 8 spaces. * sgmldocs.make ($(docname).sgml): Indent the rule with a tab instead of 8 spaces. svn path=/trunk/; revision=13136 --- help/ChangeLog | 8 ++++++++ help/sgmldocs.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'help') 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 + + [Patch for Automake 1.5 compatibility pointed out by Richard + Boulton , as per #9258.] + + * sgmldocs.make ($(docname).sgml): Indent the rule with a tab + instead of 8 spaces. + 2001-09-25 Aaron Weber * 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 -- cgit v1.2.3