From: Ralf Wildenhues Date: Mon, 24 Nov 2008 08:50:20 +0000 (+0100) Subject: manual: minor cleanups. X-Git-Tag: v1.10b~5^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aceb0e55873cdb6bc4d6f33f3260fb5cdda5bbd3;p=thirdparty%2Fautomake.git 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/ChangeLog b/ChangeLog index 1aea72cc1..852ee46ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-03-28 Ralf Wildenhues + 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 diff --git a/doc/automake.texi b/doc/automake.texi index 2d1e6f82f..2f756b6bd 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.}. -@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