manual: minor cleanups.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Nov 2008 08:50:20 +0000 (09:50 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Mar 2009 17:08:38 +0000 (18:08 +0100)
* doc/automake.texi (Yacc and Lex): Adjust spacing in example.
(Mixing Fortran 77 With C and C++): Drop unneeded @page breaks.

ChangeLog
doc/automake.texi

index 1aea72cc10dcce3eae623b43edebe48690f28637..852ee46efd4edd84454cb295e18fcc907091fc4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       manual: minor cleanups.
+       * doc/automake.texi (Yacc and Lex): Adjust spacing in example.
+       (Mixing Fortran 77 With C and C++): Drop unneeded @page breaks.
+
        Sane (un)install for empty directory variables.
        This patch fixes all install and uninstall rules to behave
        sanely when $(wheredir) is the empty string, but $(where_HOW) is
index 2d1e6f82f105b6bf231ccca347059c81ee5f13e5..2f756b6bdfca47df8943ecd0162aaf16e02fe5a0 100644 (file)
@@ -6032,7 +6032,7 @@ We recommend using the following renaming hack used in @command{gdb}:
 #define yylhs   c_yylhs
 #define yylen   c_yylen
 #define yydefred c_yydefred
-#define yydgoto c_yydgoto
+#define yydgoto  c_yydgoto
 #define yysindex c_yysindex
 #define yyrindex c_yyrindex
 #define yygindex c_yygindex
@@ -6312,7 +6312,6 @@ Fortran 77, C and C++ compilers on nearly all platforms.  However,
 @command{cfortran} is not yet Free Software, but it will be in the next
 major release.}.
 
-@page
 Automake can help in two ways:
 
 @enumerate
@@ -6365,8 +6364,6 @@ is mentioned in @file{configure.ac}.  Also, if @samp{$(FLIBS)} hadn't
 been mentioned in @code{foo_LDADD} and @code{libfoo_la_LIBADD}, then
 Automake would have issued a warning.
 
-
-@page
 @menu
 * How the Linker is Chosen::    Automatic linker selection
 @end menu