summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-12-05 16:40:53 +0000
committerTom Tromey <tromey@redhat.com>1996-12-05 16:40:53 +0000
commit79ed4f4d9812ae84fa4fbb8ae8757f742f338aa1 (patch)
treed5d1ad4812e0a96259212c42fb6f62de414c7595
parent4a43b8833d8508edff13c320ded4e8740ca9cf9a (diff)
downloadautomake-79ed4f4d9812ae84fa4fbb8ae8757f742f338aa1.tar.gz
doc fixes
-rw-r--r--TODO2
-rw-r--r--automake.texi15
2 files changed, 8 insertions, 9 deletions
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