+2001-02-26 Akim Demaille <akim@epita.fr>
+
+ * automake.texi (Invoking Automake): Remove dead options.
+
+
2001-02-26 Akim Demaille <akim@epita.fr>
* automake.in (&scan_texinfo_file): Also compute the list of files
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
@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
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
@opindex -v