GNU bug report logs -
#23599
Including search directories for pdf and dvi
Previous Next
Reported by: Mohammad Akhlaghi <akhlaghi <at> gnu.org>
Date: Sun, 22 May 2016 18:04:02 UTC
Severity: normal
Tags: confirmed
Done: Mike Frysinger <vapier <at> gentoo.org>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 23599 <at> debbugs.gnu.org (full text, mbox):
perhaps an easy way out of this ... if we just add -E
to the texi2dvi call, it forces makeinfo (and its flags) to be used.
Using -E is not desirable nowadays, it has myriad possibilities for
affecting the output in bad/unpredictable ways.
_e used to be the way to support @macro. I surmise Automake used to
always use this, hence AM_MAKEINFOFLAGS would get propagated there.
I don't think the MAKEINFO envvar was ever used in the part of texi2dvi
that calls TeX. I'm not sure it even applies to current makeinfo.
I'm not exactly sure what the right solution is. If we can supporting
pass arguments (as in -I doc) to texi2dvi somehow (aka some new variable
AM_TEXI2DVIFLAGS I guess -- should also apply to texi2pdf), that should
work out. I don't think we could/should make AM_MAKEINFOFLAGS apply to
texi2dvi/2pdf invocations, since many makeinfo options don't apply to
texi2dvi.
Overriding TEXI2DVI does not seem all that bad to me either ... -k
This bug report was last modified 3 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.