From: Ralf Wildenhues Date: Sun, 14 Nov 2010 16:57:56 +0000 (+0100) Subject: Rebuild menus in the manual. X-Git-Tag: v1.11.1b~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa45fb2cb11c9231aad5ff4c059a4c0ab077c361;p=thirdparty%2Fautomake.git Rebuild menus in the manual. * doc/automake.texi: Rebuild menus (using ^C ^U ^A in emacs). Thanks to Ian Lance Taylor for the suggestion. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 53211af39..7595f3ba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-11-14 Ralf Wildenhues + Rebuild menus in the manual. + * doc/automake.texi: Rebuild menus (using ^C ^U ^A in emacs). + Thanks to Ian Lance Taylor for the suggestion. + Fix install-strip when $(STRIP) contains several words. * lib/am/install.am (install-strip): Update comment. Use separate sub-make invocations for empty and nonempty $(STRIP), diff --git a/doc/automake.texi b/doc/automake.texi index 79f3f5a42..5a805b304 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -164,8 +164,8 @@ General ideas * General Operation:: General operation of Automake * Strictness:: Standards conformance checking * Uniform:: The Uniform Naming Scheme -* Canonicalization:: How derived variables are named * Length Limitations:: Staying below the command line length limit +* Canonicalization:: How derived variables are named * User Variables:: Variables reserved for the user * Auxiliary Programs:: Programs automake might require @@ -239,7 +239,7 @@ Building a program * Program Sources:: Defining program sources * Linking:: Linking with libraries or extra objects * Conditional Sources:: Handling conditional sources -* Conditional Programs:: Building program conditionally +* Conditional Programs:: Building a program conditionally Building a Shared Library @@ -253,6 +253,11 @@ Building a Shared Library * LTLIBOBJS:: Using $(LTLIBOBJS) and $(LTALLOCA) * Libtool Issues:: Common Issues Related to Libtool's Use +Common Issues Related to Libtool's Use + +* Error required file ltmain.sh not found:: The need to run libtoolize +* Objects created both with libtool and without:: Avoid a specific build race + Fortran 77 Support * Preprocessing Fortran 77:: Preprocessing Fortran 77 sources @@ -291,7 +296,7 @@ Building documentation * Texinfo:: Texinfo * Man Pages:: Man pages -Installation +What Gets Installed * Basics of Installation:: What gets installed where * The Two Parts of Install:: Installing data and programs separately @@ -299,7 +304,7 @@ Installation * Staged Installs:: Installation in a temporary location * Install Rules for the User:: Useful additional rules -Distribution +What Goes in a Distribution * Basics of Distribution:: Files distributed by default * Fine-grained Distribution Control:: @code{dist_} and @code{nodist_} prefixes @@ -307,7 +312,7 @@ Distribution * Checking the Distribution:: @samp{make distcheck} explained * The Types of Distributions:: A variety of formats and compression methods -Support for Test Suites +Support for test suites * Simple Tests:: Listing programs and scripts in @code{TESTS} * Simple Tests using parallel-tests:: More powerful test driver @@ -351,12 +356,12 @@ History of Automake * Dependency Tracking Evolution:: Evolution of Automatic Dependency Tracking * Releases:: Statistics about Automake Releases -Dependency Tracking Evolution +Dependency Tracking in Automake * First Take on Dependencies:: Precomputed dependency tracking * Dependencies As Side Effects:: Update at developer compile time * Dependencies for the User:: Update at user compile time -* Techniques for Dependencies:: Alternative approaches +* Techniques for Dependencies:: Alternative approaches * Recommendations for Tool Writers:: What tool writers can do to help * Future Directions for Dependencies:: Languages Automake does not know @@ -1742,8 +1747,8 @@ understand how Automake works. * General Operation:: General operation of Automake * Strictness:: Standards conformance checking * Uniform:: The Uniform Naming Scheme -* Canonicalization:: How derived variables are named * Length Limitations:: Staying below the command line length limit +* Canonicalization:: How derived variables are named * User Variables:: Variables reserved for the user * Auxiliary Programs:: Programs automake might require @end menu @@ -5370,8 +5375,8 @@ performed automatically by Autoconf (@pxref{AC_LIBOBJ vs LIBOBJS, , @subsection Common Issues Related to Libtool's Use @menu -* Error required file ltmain.sh not found:: The need to run libtoolize -* Objects created both with libtool and without:: Avoid a specific build race +* Error required file ltmain.sh not found:: The need to run libtoolize +* Objects created both with libtool and without:: Avoid a specific build race @end menu @node Error required file ltmain.sh not found @@ -12558,7 +12563,7 @@ for dependency tracking work in Automake. * First Take on Dependencies:: Precomputed dependency tracking * Dependencies As Side Effects:: Update at developer compile time * Dependencies for the User:: Update at user compile time -* Techniques for Dependencies:: Alternative approaches +* Techniques for Dependencies:: Alternative approaches * Recommendations for Tool Writers:: What tool writers can do to help * Future Directions for Dependencies:: Languages Automake does not know @end menu