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. address@hidden wildcards address@hidden 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. address@hidden limitations on file names address@hidden 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}. address@hidden renamed objects address@hidden Renamed objects @section Why are object files sometimes renamed? This happens when per-target compilation flags are used. Object