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. Similar with
generated.texi (except for distribution, of course).
Cheers,
Ralf
