bug#23599: [PATCH 1/2] texi: pass automatic -I to dvi & pdf generation

2022-01-27 Thread Karl Berry
this is following the existing style where the .dvi & .pdf blocks are exactly the same other change s/dvi/pdf/. that includes the large comment blocks. do you want all of the .pdf comments removed ? Not as part of this patch, anyway :). Never mind. Thanks. > Anyway, seems fine

bug#23599: [PATCH 1/2 v2] texi: pass automatic -I to dvi & pdf generation

2022-01-27 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/23599. When generating info/html pages, automake adds -I flags to source dirs that contain the texi files, but it doesn't do this for dvi or pdf formats. Instead, automake has been relying on texi2dvi to use makeinfo for expanding macros, and it hasn't

bug#23599: [PATCH 2/2 v2] texi: define new AM_TEXI2FLAGS variable

2022-01-27 Thread Mike Frysinger
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

bug#23599: [PATCH 2/2] texi: define new AM_TEXI2FLAGS variable

2022-01-27 Thread Mike Frysinger
On 26 Jan 2022 19:50, Karl Berry wrote: > I don't really understand why this patch is in two parts, with seemingly > the same change, but whatever, doesn't matter. they're logically independent things. one fixes a bug by adding -I paths, the other is a nice-to-have new feature. > *