[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7655: conditional _TEXINFOS should be supported
From: |
Ralf Wildenhues |
Subject: |
bug#7655: conditional _TEXINFOS should be supported |
Date: |
Thu, 16 Dec 2010 20:09:11 +0100 |
User-agent: |
Mutt/1.5.20 (2010-08-04) |
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