[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch: documentation for erlang.m4 macros
From: |
Ralf Wildenhues |
Subject: |
Re: Patch: documentation for erlang.m4 macros |
Date: |
Tue, 21 Mar 2006 10:35:11 +0100 |
User-agent: |
Mutt/1.5.11 |
Hi Stepan,
* Stepan Kasal wrote on Tue, Mar 14, 2006 at 05:59:40PM CET:
> On Tue, Mar 14, 2006 at 08:39:05PM +0900, Romain Lenglet wrote:
> > And here are minor changes again: typos corrections, and simpler
> > wording.
>
> looked OK, so I committed, with one fix: I changed @ovindex to @acindex
> in the first two hunks, see below.
Please revert this modification of yours. The macros
ERLANG_SUBST_INSTALL_LIB_DIR and ERLANG_SUBST_INSTALL_LIB_SUBDIR are
already explained elsewhere, have a corresponding address@hidden' entry
there, and having two identical index entries makes texi2dvi loop
endlessly (try `make pdf' to expose). The address@hidden' entries are ok,
they can stay.
Cheers,
Ralf
> --- autoconf/doc/autoconf.texi 2006-03-14 19:27:24.291462440 +0900
> +++ autoconf-patched/doc/autoconf.texi 2006-03-14 20:36:32.862783736
> +0900
> @@ -2545,6 +2545,7 @@
>
> @defvar ERLANG_INSTALL_LIB_DIR
> @ovindex ERLANG_INSTALL_LIB_DIR
> address@hidden ERLANG_SUBST_INSTALL_LIB_DIR
> The common parent directory of Erlang library installation directories.
> This variable is set by calling the @code{AC_ERLANG_SUBST_INSTALL_LIB_DIR}
> macro in @file{configure.ac}.
> @@ -2552,6 +2553,7 @@
>
> @defvar address@hidden
> @ovindex address@hidden
> address@hidden ERLANG_SUBST_INSTALL_LIB_SUBDIR
> The installation directory for Erlang library @var{library}.
> This variable is set by calling the
> @samp{AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR(@var{library}, @var{version}}
>
>