Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* automake.texi (Invoking Automake): Remove dead options.
Index: automake.texi
--- automake.texi Sun, 25 Feb 2001 13:21:52 +0100 akim (am/f/34_automake.t 1.6 644)
+++ automake.texi Sun, 25 Feb 2001 14:29:52 +0100 akim (am/f/34_automake.t 1.6 644)
@@ -805,12 +805,6 @@ @node Invoking Automake, configure, Exam
Look for Automake data files in directory @var{dir} instead of in the
installation directory. This is typically used for debugging.
-@item --build-dir=@var{dir}
-@opindex --build-dir
-Tell Automake where the build directory is. This option is used when
-including dependencies into a @file{Makefile.in} generated by @code{make
-dist}; it should not be used otherwise.
-
@item -c
@opindex -c
@itemx --copy
@@ -861,17 +855,6 @@ @node Invoking Automake, configure, Exam
@file{Makefile.in}. This is generally done when making a distribution;
see @ref{Dist}.
-@item --generate-deps
-@opindex --generate-deps
-Generate a file concatenating all automatically generated dependency
-information (@pxref{Dependencies}) into one file, @file{.dep_segment}.
-This is generally done when making a distribution; see @ref{Dist}. It
-is useful when maintaining a @file{SMakefile} or makefiles for other
-platforms (@file{Makefile.DOS}, etc.) It can only be used in
-conjunction with @samp{--include-deps}, @samp{--srcdir-name}, and
-@samp{--build-dir}. Note that if this option is given, no other
-processing is done.
-
@item --no-force
@opindex --no-force
Ordinarily @code{automake} creates all @file{Makefile.in}s mentioned in
@@ -887,13 +870,6 @@ @node Invoking Automake, configure, Exam
Ordinarily each @file{Makefile.in} is created in the directory of the
corresponding @file{Makefile.am}. This option is used when making
distributions.
-
-@item --srcdir-name=@var{dir}
-@opindex --srcdir-name
-Tell Automake the name of the source directory associated with the
-current build. This option is used when including dependencies into a
-@file{Makefile.in} generated by @code{make dist}; it should not be used
-otherwise.
@item -v
@itemx --verbose