The attached patch against current git fixes some incorrectly lower-cased
section names.
--
http://rrt.sc3d.org/ | The shorter the better
diff --git a/doc/automake.texi b/doc/automake.texi
index c0ace40..c1df445 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -285,11 +285,11 @@ Frequently Asked Questions about Automake
* CVS:: CVS and generated files
* maintainer-mode:: missing and AM_MAINTAINER_MODE
-* wildcards:: Why doesn't Automake support wildcards?
-* limitations on file names:: Limitations on source and installed file names
+* 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
-* renamed objects:: Why are object files sometimes renamed?
+* Renamed objects:: Why are object files sometimes renamed?
* Per-Object Flags:: How to simulate per-object flags?
* Multiple Outputs:: Writing rules for tools with many output files
* Hard-Coded Install Paths:: Installing to Hard-Coded Locations
@@ -9586,11 +9586,11 @@ lists.
@menu
* CVS:: CVS and generated files
* maintainer-mode:: missing and AM_MAINTAINER_MODE
-* wildcards:: Why doesn't Automake support wildcards?
-* limitations on file names:: Limitations on source and installed file names
+* 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
-* renamed objects:: Why are object files sometimes renamed?
+* Renamed objects:: Why are object files sometimes renamed?
* Per-Object Flags:: How to simulate per-object flags?
* Multiple Outputs:: Writing rules for tools with many output files
* Hard-Coded Install Paths:: Installing to Hard-Coded Locations
@@ -9837,7 +9837,7 @@ and because @command{missing} isn't enough if you have the wrong
version of the tools.
[EMAIL PROTECTED] wildcards
[EMAIL PROTECTED] Wildcards
@section Why doesn't Automake support wildcards?
@cindex wildcards
@@ -9914,7 +9914,7 @@ variables as far Automake is concerned.
You can get warnings about @samp{$(wildcard ...}) constructs using the
@option{-Wportability} flag.
[EMAIL PROTECTED] limitations on file names
[EMAIL PROTECTED] Limitations on file names
@section Limitations on file names
@cindex file names, limitations on
@@ -10361,7 +10361,7 @@ variable), and @code{mumble_LIBADD} exists only as a per-target
variable. @xref{Program and Library Variables}.
[EMAIL PROTECTED] renamed objects
[EMAIL PROTECTED] Renamed objects
@section Why are object files sometimes renamed?
This happens when per-target compilation flags are used. Object