From aceb0e55873cdb6bc4d6f33f3260fb5cdda5bbd3 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 24 Nov 2008 09:50:20 +0100 Subject: [PATCH] manual: minor cleanups. * doc/automake.texi (Yacc and Lex): Adjust spacing in example. (Mixing Fortran 77 With C and C++): Drop unneeded @page breaks. --- ChangeLog | 4 ++++ doc/automake.texi | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.34.1