]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc fixes
authorTom Tromey <tromey@redhat.com>
Thu, 5 Dec 1996 16:40:53 +0000 (16:40 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 5 Dec 1996 16:40:53 +0000 (16:40 +0000)
TODO
automake.texi

diff --git a/TODO b/TODO
index 2b3b0d5ba7e3faa0f2008699b910ab7015dbf118..5d6ab693983badb84aea5069542ba7787b6539d9 100644 (file)
--- 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
 
 ================================================================
index 78ab86511a67ef5f0eb9b10a6f7ed9a1f0d3dad2..eda09a81af50e9e462c0504e63f7dc4052aa0118 100644 (file)
@@ -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