Severity: wishlist
Conditional _TEXINFOS files should be supported, i.e.,
if COND
info_TEXINFOS = foo.texi
foo_TEXINFOS = bar.texi
nodist_info_TEXINFOS = generated.texi
endif
should work to generate and install foo.{info,pdf,...} only if COND,
but distribute foo.texi and bar.texi always
>>> "Patrick" == Patrick Guio <[EMAIL PROTECTED]> writes:
Patrick> Dear all,
Patrick> I am using the _TEXINFOS variables in a Makefile.am to build the
Patrick> documentation. I would like these to be built on request with a `doc'
Patrick> target for
Dear all,
I am using the _TEXINFOS variables in a Makefile.am to build the
documentation. I would like these to be built on request with a `doc'
target for example and not with the default 'all' or 'all-am'.
Is there a way to do that?
Sincerely, Patrick
[ where to build info files ]
>> Sometimes I wonder if this is really the right thing to do.
Alexandre> Perhaps it should be an option?
I think for now I'm just going to leave it as-is. It works, and we
haven't had a huge number of complaints. I'm more interested in
getting 1.5 out than on ch
On May 17, 2001, Tom Tromey <[EMAIL PROTECTED]> wrote:
> Sometimes I wonder if this is really the right thing to do.
Perhaps it should be an option?
I often use read-only srcdir myself, so I'd like to have this
possibility. Anyway, since we do update files that are part of the
distribution (th
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
>> On May 16, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:
>> I've just started learning the texinfo format, and noticed that the
>> .info files generated during make was built in $srcdir and not
>> $builddir. Is this because mak
On May 16, 2001, "Lars J. Aas" <[EMAIL PROTECTED]> wrote:
> I've just started learning the texinfo format, and noticed that the
> .info files generated during make was built in $srcdir and not
> $builddir. Is this because makeinfo isn't expected to be found on
> the build system, or something el
I've just started learning the texinfo format, and noticed that the
.info files generated during make was built in $srcdir and not
$builddir. Is this because makeinfo isn't expected to be found on
the build system, or something else?
Lars J