From 5915a6ea09cc857f26f680b783861f514e1262aa Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 26 Feb 2001 09:48:38 +0000 Subject: [PATCH] * automake.texi (Invoking Automake): Remove dead options. --- ChangeLog | 5 +++++ automake.texi | 24 ------------------------ 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44e93acb..577bbc7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-26 Akim Demaille + + * automake.texi (Invoking Automake): Remove dead options. + + 2001-02-26 Akim Demaille * automake.in (&scan_texinfo_file): Also compute the list of files diff --git a/automake.texi b/automake.texi index b508052e..aa5fba5a 100644 --- a/automake.texi +++ b/automake.texi @@ -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 -- 2.43.5