]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: fix a couple broken anchors
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 30 Dec 2011 17:13:28 +0000 (18:13 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 30 Dec 2011 17:13:28 +0000 (18:13 +0100)
* doc/automake.texi: In previous commit v1.11-605-g5f71f2b (related
to automake bug#8071), we had renamed the chapters about aclocal
and automake invocation, and added anchors to the old names as not
to break hyperlinks to our on-line manual.  Unfortunately, these
anchors had been erroneously placed *before* the relevant `@node'
commands, instead that just after, so that they ended up pointing
to the wrong chapters.  Fix this.  Since we are at it, tweak the
wording of the comments to the anchors to better match that used
in the autoconf manual.

Report and suggestion by Eric Blake.

doc/automake.texi

index e155fd1677a3907e31f843130d62e715c1afd5cc..a690b6758658543f55bb29cca4ad77e0e70d2523 100644 (file)
@@ -2492,11 +2492,11 @@ with different flags.  In this instance, the names of the object files
 would be chosen by automake; they would be @file{false-true.o} and
 @file{true-true.o}. (The name of the object files rarely matters.)
 
-@c The anchor is required to avoid breaking existing web hyperlinks
-@c still using the old name of this node.
-@anchor{Invoking automake}
 @node automake Invocation
 @chapter Creating a @file{Makefile.in}
+@c This node used to be named "Invoking automake".  This @anchor
+@c allows old links to still work.
+@anchor{Invoking automake}
 
 @cindex Multiple @file{configure.ac} files
 @cindex Invoking @command{automake}
@@ -3108,11 +3108,11 @@ macros installed in a system-wide directory, @pxref{aclocal Invocation}).
 
 @end ftable
 
-@c The anchor is required to avoid breaking existing web hyperlinks
-@c still using the old name of this node.
-@anchor{Invoking aclocal}
 @node aclocal Invocation
 @section Auto-generating aclocal.m4
+@c This node used to be named "Invoking automake".  This @anchor
+@c allows old links to still work.
+@anchor{Invoking aclocal}
 
 @cindex Invocation of @command{aclocal}
 @cindex @command{aclocal}, Invocation