Re: AM_SILENT_RULES doesn't silence texinfo rules

2009-08-15 Thread Jack Kelly
On Sun, Aug 16, 2009 at 9:12 AM, Ralf Wildenhues wrote: > Hello Jack, > > * Jack Kelly wrote on Sun, Aug 16, 2009 at 12:44:57AM CEST: >> I was hoping that AM_SILENT_RULES would silence the complex makeinfo >> invocations on texinfo files, but it doesn't. I thought that might've >> been OK, since th

Re: AM_SILENT_RULES doesn't silence texinfo rules

2009-08-15 Thread Ralf Wildenhues
Hello Jack, * Jack Kelly wrote on Sun, Aug 16, 2009 at 12:44:57AM CEST: > I was hoping that AM_SILENT_RULES would silence the complex makeinfo > invocations on texinfo files, but it doesn't. I thought that might've > been OK, since the info files are usually generated before > distribution, but `m

AM_SILENT_RULES doesn't silence texinfo rules

2009-08-15 Thread Jack Kelly
Hi List, I was hoping that AM_SILENT_RULES would silence the complex makeinfo invocations on texinfo files, but it doesn't. I thought that might've been OK, since the info files are usually generated before distribution, but `make pdf' (or ps, or dvi, or html) still have unsilenced output. I'm us