automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

manual: minor cleanups.


From: Ralf Wildenhues
Subject: manual: minor cleanups.
Date: Sat, 28 Mar 2009 18:13:21 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

This trivial patch fixes a couple of minor glitches in the manual.
Committed to master and branch-1-10.

Cheers,
Ralf

    manual: minor cleanups.
    
    * doc/automake.texi (Yacc and Lex): Adjust spacing in example.
    (Mixing Fortran 77 With C and C++): Drop unneeded @page breaks.

diff --git a/doc/automake.texi b/doc/automake.texi
index 2d1e6f8..2f756b6 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -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.}.
 
address@hidden
 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.
 
-
address@hidden
 @menu
 * How the Linker is Chosen::    Automatic linker selection
 @end menu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]