diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-26 07:38:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-26 07:38:45 +0800 |
commit | ef4fa34d9d6d951f7414077e63c3016345505a6b (patch) | |
tree | a7103c7fd7771f2a820797ca343ae6d049d5a0b1 /help | |
parent | 1fce15e0e84dd7b7f1e03d98ab90258128b8bdfd (diff) | |
download | gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.tar gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.tar.gz gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.tar.bz2 gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.tar.lz gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.tar.xz gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.tar.zst gsoc2013-evolution-ef4fa34d9d6d951f7414077e63c3016345505a6b.zip |
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
Diffstat (limited to 'help')
-rw-r--r-- | help/ChangeLog | 8 | ||||
-rw-r--r-- | help/sgmldocs.make | 2 |
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 |