From: Stefano Lattarini Date: Mon, 6 May 2013 09:21:57 +0000 (+0200) Subject: docs: fix warnings given by Texinfo 5.x X-Git-Tag: v1.16~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df3490b71af4c37a6df8aa6eacdeda8613438c20;p=thirdparty%2Fautomake.git docs: fix warnings given by Texinfo 5.x 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 --- diff --git a/doc/automake.texi b/doc/automake.texi index 9c46b5c45..db7d8a58d 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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.