]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Invoking Automake): Remove dead options.
authorAkim Demaille <akim@epita.fr>
Mon, 26 Feb 2001 09:48:38 +0000 (09:48 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 26 Feb 2001 09:48:38 +0000 (09:48 +0000)
ChangeLog
automake.texi

index 44e93acb8622974e69ec4be8eea5918d66e7cae2..577bbc7eb9d5f8fc850f82359469d137b763d8b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index b508052e9ca000543e74a2ae63fd59b5d0405dd1..aa5fba5aee0507a3f860a5f7d69e4d19a8c1ddea 100644 (file)
@@ -803,12 +803,6 @@ can be changed with @code{--copy}.
 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
@@ -858,17 +852,6 @@ Include all automatically generated dependency information
 @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
@@ -885,13 +868,6 @@ 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
 @opindex -v
This page took 0.037924 seconds and 5 git commands to generate.