bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .devhelp generator for --html mode in makeinfo


From: Gavin Smith
Subject: Re: .devhelp generator for --html mode in makeinfo
Date: Thu, 16 Apr 2015 12:07:51 +0100

On 16 April 2015 at 06:09, Dimitri John Ledkov <address@hidden> wrote:
>
> Reproducer is:
> $ cd automake-1.14.1/doc/ && makeinfo --html automake.texi
>
> With your original patch from this thread applied.
>

I got the following as a simpler test case. I have spent some time
trying to understand why it doesn't work, but I haven't figured it out
yet.

@node Top
@top GNU Automake

@insertcopying
@defmac AM_CONDITIONAL (@var{conditional}, @var{condition})
The conditional name, @var{conditional}, should be a simple string
starting with a letter and containing only letters, digits, and
underscores.  It must be different from @samp{TRUE} and @samp{FALSE}
that are reserved by Automake.

The shell @var{condition} (suitable for use in a shell @code{if}
statement) is evaluated when @command{configure} is run.  Note that you
must arrange for @emph{every} @code{AM_CONDITIONAL} to be invoked every
time @command{configure} is run.  If @code{AM_CONDITIONAL} is run
conditionally (e.g., in a shell @code{if} statement), then the result
will confuse @command{automake}.
@end defmac



reply via email to

[Prev in Thread] Current Thread [Next in Thread]