Re: Automake and Texinfo: clean the info or pdf file

2010-08-30 Thread YuGiOhJCJ Mailing-List
On Mon, 30 Aug 2010 13:19:27 -0400 "Alfred M. Szmidt" wrote: > >If I call : >$ make >The .info file is built. > >If I call : >$ make clean >The .info file is not cleaned. > >It is the same thing for pdf, if I call : >$ make pdf >The .pdf file is built. > >

Re: Automake and Texinfo: clean the info or pdf file

2010-08-30 Thread Alfred M. Szmidt
If I call : $ make The .info file is built. If I call : $ make clean The .info file is not cleaned. It is the same thing for pdf, if I call : $ make pdf The .pdf file is built. If I call : $ make clean The .pdf file is not cleaned. Is there a rule which cl

Re: Automake and Texinfo: clean the info or pdf file

2010-08-30 Thread Ralf Wildenhues
Hello, * YuGiOhJCJ Mailing-List wrote on Mon, Aug 30, 2010 at 05:41:40PM CEST: > I work on a project which use automake and include a documentation in Texinfo > format. > > If I call : > $ make > The .info file is built. In the source tree (right?). And it will be distributed (with 'make dist'

Automake and Texinfo: clean the info or pdf file

2010-08-30 Thread YuGiOhJCJ Mailing-List
Hello, I work on a project which use automake and include a documentation in Texinfo format. If I call : $ make The .info file is built. If I call : $ make clean The .info file is not cleaned. It is the same thing for pdf, if I call : $ make pdf The .pdf file is built. If I call : $ make cle