]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: fix warnings given by Texinfo 5.x
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 May 2013 09:21:57 +0000 (11:21 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 May 2013 09:21:57 +0000 (11:21 +0200)
These warnings:

  doc/automake.texi:3885: warning: node next `Public Macros' in menu \
    `Private Macros' and in sectioning `Obsolete Macros' differ
  doc/automake.texi:4050: warning: node `Private Macros' is next for \
    `Obsolete Macros' in sectioning but not in menu
  doc/automake.texi:4050: warning: node prev `Obsolete Macros' in menu \
    `Private Macros' and in sectioning `Public Macros' differ
  doc/automake.texi:4090: warning: node `Obsolete Macros' is next for \
    `Private Macros' in menu but not in sectioning
  doc/automake.texi:4090: warning: node prev `Private Macros' in menu \
    `Public Macros' and in sectioning `Obsolete Macros' differ

* doc/automake.texi: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index 9c46b5c4503a2142110acf35b712f891499ee2b3..db7d8a58d799df91f18cecc3e9011a343c271f76 100644 (file)
@@ -178,7 +178,6 @@ Scanning @file{configure.ac}, using @command{aclocal}
 * Optional::                    Other things Automake recognizes
 * aclocal Invocation::          Auto-generating aclocal.m4
 * Macros::                      Autoconf macros supplied with Automake
-* Obsolete Macros::             Obsolete macros you should no longer use
 
 Auto-generating aclocal.m4
 
@@ -192,6 +191,7 @@ Auto-generating aclocal.m4
 Autoconf macros supplied with Automake
 
 * Public Macros::               Macros that you can use.
+* Obsolete Macros::             Obsolete macros you should no longer use
 * Private Macros::              Macros that you should not use.
 
 Directories
@@ -3876,8 +3876,8 @@ Automake ships with several Autoconf macros that you can use from your
 
 @menu
 * Public Macros::               Macros that you can use.
-* Private Macros::              Macros that you should not use.
 * Obsolete Macros::             Obsolete macros you should no longer use
+* Private Macros::              Macros that you should not use.
 @end menu
 
 @c consider generating the following subsections automatically from m4 files.