]> git.ipfire.org Git - thirdparty/automake.git/commit
texi: define new AM_TEXI2FLAGS variable
authorMike Frysinger <vapier@gentoo.org>
Mon, 24 Jan 2022 08:08:13 +0000 (03:08 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 28 Jan 2022 07:50:29 +0000 (02:50 -0500)
commit9daa34dba7199bdb7f4495c6e97e0e2c5df6b401
tree88d0308b8df53144122d453e6cf2be39ae98dbb2
parentc1b799a0be944c43eaff2b2f3346e5d51ea24a28
texi: define new AM_TEXI2FLAGS variable

To provide a bit more flexibility when invoking TEXI2DVI & TEXI2PDF,
and provide a bit of symmetry with .info & .html generation, provide
a AM_TEXI2FLAGS setting that is passed to all TEXI2xxx invocations.

* doc/automake.texi: Mention new AM_TEXI2FLAGS setting.
* lib/am/texibuild.am: Pass $(AM_TEXI2FLAGS) to TEXI2DVI & TEXI2PDF.
* NEWS: Mention AM_TEXI2FLAGS.
* t/txinfo-many-output-formats.sh: Check for AM_TEXI2FLAGS.
NEWS
doc/automake.texi
lib/am/texibuild.am
t/txinfo-many-output-formats.sh