bug#7655: conditional _TEXINFOS should be supported

2010-12-16 Thread Jack Kelly
On Fri, Dec 17, 2010 at 6:41 AM, Jack Kelly wrote: > On Fri, Dec 17, 2010 at 6:09 AM, Ralf Wildenhues > wrote: >> 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

bug#7655: conditional _TEXINFOS should be supported

2010-12-16 Thread Jack Kelly
On Fri, Dec 17, 2010 at 6:09 AM, Ralf Wildenhues wrote: > 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 wi

bug#7655: conditional _TEXINFOS should be supported

2010-12-16 Thread Ralf Wildenhues
[ no need to keep bug-automake@ in Cc:; debbugs takes care of that ] Hello Jack, * Jack Kelly wrote on Thu, Dec 16, 2010 at 08:42:52PM CET: > On Fri, Dec 17, 2010 at 6:41 AM, Jack Kelly wrote: > > On Fri, Dec 17, 2010 at 6:09 AM, Ralf Wildenhues wrote: > >> if COND > >> info_TEXINFOS = foo.texi >

bug#7655: conditional _TEXINFOS should be supported

2010-12-16 Thread Jack Kelly
On Fri, Dec 17, 2010 at 7:02 AM, Ralf Wildenhues wrote: > [ no need to keep bug-automake@ in Cc:; debbugs takes care of that ] Noted. > * Jack Kelly wrote on Thu, Dec 16, 2010 at 08:42:52PM CET: >> > Disagree. foo.info should always be built, because it goes into `make >> > dist'. > > Ah, a piec

bug#7655: conditional _TEXINFOS should be supported

2010-12-22 Thread Stefano Lattarini
On Thursday 16 December 2010, Ralf Wildenhues wrote: > 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,