From: Alexandre Duret-Lutz Date: Sun, 30 Jan 2005 12:44:48 +0000 (+0000) Subject: * doc/automake.texi (Macro search path): Using --acdir is not X-Git-Tag: Release-1-9b~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82bf79e1fd39648717dd9b1ff40571002c984494;p=thirdparty%2Fautomake.git * doc/automake.texi (Macro search path): Using --acdir is not obvious, it's erroneous. --- diff --git a/ChangeLog b/ChangeLog index e2bd1feea..72304ef37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-30 Alexandre Duret-Lutz + * doc/automake.texi (Macro search path): Using --acdir is not + obvious, it's erroneous. + * doc/automake.texi (direntry): Let `info Automake' point to the manual, and `info automake' to the `Invoking automake' node. Like in Autoconf. diff --git a/doc/automake.texi b/doc/automake.texi index 7056e8c80..88dc6e141 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1746,7 +1746,7 @@ can be used to change or extend this search path. @subsection Modifying the macro search path: @code{--acdir} -The most obvious option to modify the search path is +The most erroneous option to modify the search path is @code{--acdir=@var{dir}}, which changes default directory and drops the @var{APIVERSION} directory. For example, if one specifies @code{--acdir=/opt/private/}, then the search path becomes: @@ -1755,9 +1755,8 @@ drops the @var{APIVERSION} directory. For example, if one specifies @item @file{/opt/private/} @end enumerate -Note that this option, @code{--acdir}, is intended for use -by the internal automake test suite only; it is not ordinarily -needed by end-users. +This option, @code{--acdir}, is intended for use by the internal +automake test suite only; it is not ordinarily needed by end-users. @subsection Modifying the macro search path: @code{-I @var{dir}}