From: Tom Tromey Date: Thu, 5 Dec 1996 16:40:53 +0000 (+0000) Subject: doc fixes X-Git-Tag: Release-1-1k~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ed4f4d9812ae84fa4fbb8ae8757f742f338aa1;p=thirdparty%2Fautomake.git doc fixes --- diff --git a/TODO b/TODO index 2b3b0d5ba..5d6ab6939 100644 --- a/TODO +++ b/TODO @@ -389,8 +389,6 @@ document that dependencies: * are put into .deps * are system-dependent -clean-local rules - add a concept index ================================================================ diff --git a/automake.texi b/automake.texi index 78ab86511..eda09a81a 100644 --- a/automake.texi +++ b/automake.texi @@ -1352,9 +1352,7 @@ Occasionally a file which would otherwise be called ``source'' (eg a C should be listed in the @code{BUILT_SOURCES} variable. @vindex BUILT_SOURCES -Files listed in @code{BUILT_SOURCES} are built before any automatic -dependency tracking is done. By default, built sources are not included -in a distribution. +By default, built sources are not included in a distribution. @node Other GNU Tools @@ -1898,10 +1896,13 @@ various useful targets have a @samp{-local} version you can specify in your these user-supplied targets. The targets that support a local version are @code{all}, @code{info}, -@code{dvi}, @code{check}, @code{install-data}, @code{install-exec}, and -@code{uninstall}. Note that there are no @code{uninstall-exec-local} or -@code{uninstall-data-local} targets; just use @code{uninstall-local}. -It doesn't make sense to uninstall just data or just executables. +@code{dvi}, @code{check}, @code{install-data}, @code{install-exec}, +@code{uninstall}, and the various @code{clean} targets +(@code{mostlyclean}, @code{clean}, @code{distclean}, and +@code{maintainer-clean}). Note that there are no +@code{uninstall-exec-local} or @code{uninstall-data-local} targets; just +use @code{uninstall-local}. It doesn't make sense to uninstall just +data or just executables. @trindex all @trindex info @trindex dvi