From: Ralf Wildenhues Date: Sat, 4 Apr 2009 09:10:02 +0000 (+0200) Subject: More node renaming in the manual. X-Git-Tag: v1.11~32^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3dbeaf957214a5834a937bef9993bfd97bbc425;p=thirdparty%2Fautomake.git More node renaming in the manual. * doc/automake.texi (Top): Adjust menu to ... (API Versioning): ... this node being renamed from ... (API versioning): ... this, and ... (Wildcards): ... this being renamed from ... (wildcards): ... this. Report by Karl Berry. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index ff1cc4afd..56264242f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-04-04 Ralf Wildenhues + + More node renaming in the manual. + * doc/automake.texi (Top): Adjust menu to ... + (API Versioning): ... this node being renamed from ... + (API versioning): ... this, and ... + (Wildcards): ... this being renamed from ... + (wildcards): ... this. + Report by Karl Berry. + 2009-04-03 Andreas Schwab * tests/instdir-java.test: Don't require gcj. Skip if javac is diff --git a/doc/automake.texi b/doc/automake.texi index 14552cf66..0f61f0563 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -117,7 +117,7 @@ section entitled ``@acronym{GNU} Free Documentation License.'' * Cygnus:: The effect of @option{--cygnus} * Not Enough:: When Automake is not Enough * Distributing:: Distributing the Makefile.in -* API versioning:: About compatibility between Automake versions +* API Versioning:: About compatibility between Automake versions * Upgrading:: Upgrading to a Newer Automake Version * FAQ:: Frequently Asked Questions * History:: Notes about the history of Automake @@ -329,7 +329,7 @@ Frequently Asked Questions about Automake * CVS:: CVS and generated files * maintainer-mode:: missing and AM_MAINTAINER_MODE -* wildcards:: Why doesn't Automake support wildcards? +* Wildcards:: Why doesn't Automake support wildcards? * Limitations on File Names:: Limitations on source and installed file names * distcleancheck:: Files left in build directory after distclean * Flag Variables Ordering:: CFLAGS vs.@: AM_CFLAGS vs.@: mumble_CFLAGS @@ -10036,8 +10036,8 @@ have a special exception allowing you to distribute them with your package, regardless of the licensing you choose. -@node API versioning -@chapter Automake API versioning +@node API Versioning +@chapter Automake API Versioning New Automake releases usually include bug fixes and new features. Unfortunately they may also introduce new bugs and incompatibilities. @@ -10166,7 +10166,7 @@ lists. @menu * CVS:: CVS and generated files * maintainer-mode:: missing and AM_MAINTAINER_MODE -* wildcards:: Why doesn't Automake support wildcards? +* Wildcards:: Why doesn't Automake support wildcards? * Limitations on File Names:: Limitations on source and installed file names * distcleancheck:: Files left in build directory after distclean * Flag Variables Ordering:: CFLAGS vs.@: AM_CFLAGS vs.@: mumble_CFLAGS @@ -10420,7 +10420,7 @@ and because @command{missing} isn't enough if you have the wrong version of the tools. -@node wildcards +@node Wildcards @section Why doesn't Automake support wildcards? @cindex wildcards @@ -12080,7 +12080,7 @@ facing similar troubles, for similar reasons. @item 2002-03-05 Automake 1.6 This release introduced versioned installation (@pxref{API -versioning}). This was mainly pushed by Havoc Pennington, taking the +Versioning}). This was mainly pushed by Havoc Pennington, taking the GNOME source tree as motive: due to incompatibilities between the autotools it's impossible for the GNOME packages to switch to Autoconf 2.53 and Automake 1.5 all at once, so they are currently stuck with