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

2010-08-31 Thread Eric Blake
On 08/31/2010 11:54 AM, Eric Blake wrote: make default target /creates/ files in the source directory? Yes, in the maintainer's tree. One other point - it is assumed that the maintainer's tree is _never_ read-only (that is, a maintainer rule that modifies srcdir is fine). Otherwise, how are

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

2010-08-31 Thread Eric Blake
On 08/31/2010 11:46 AM, Steffen Dettmer wrote: On Mon, Aug 30, 2010 at 7:54 PM, Ralf Wildenhues wrote: * 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 fil

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

2010-08-31 Thread Steffen Dettmer
On Mon, Aug 30, 2010 at 7:54 PM, Ralf Wildenhues wrote: > * 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 tr

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

2010-08-31 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 :

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

2010-08-31 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 : >$ ma

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

2010-08-31 Thread Dave Hart
On Tue, Aug 31, 2010 at 09:57 UTC, someone wrote: > But my Makefile is also removed :-( > So, I need to call the configure script to build it again. ./config.status will regenerate the Makefile without a full configure run. Cheers, Dave Hart

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

2010-08-31 Thread YuGiOhJCJ Mailing-List
On Mon, 30 Aug 2010 19:54:04 +0200 Ralf Wildenhues wrote: > > 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

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

2010-08-31 Thread Andrew W. Nosenko
On Tue, Aug 31, 2010 at 02:14, YuGiOhJCJ Mailing-List wrote: > > 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 t