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

2010-09-03 Thread YuGiOhJCJ Mailing-List
On Tue, 31 Aug 2010 12:05:11 -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 : >

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 cal

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. > >

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

Re: configure: WARNING: `missing' script is too old or missing

2010-08-28 Thread YuGiOhJCJ Mailing-List
On Sat, 28 Aug 2010 17:12:29 +0200 Ralf Wildenhues wrote: > > Hello, > > * YuGiOhJCJ Mailing-List wrote on Sat, Aug 28, 2010 at 05:04:54PM CEST: > > On Sat, 28 Aug 2010 15:19:30 +0200 Ralf Wildenhues wrote: > > > * YuGiOhJCJ Mailing-List wrote on Sat, Aug

Re: configure: WARNING: `missing' script is too old or missing

2010-08-28 Thread YuGiOhJCJ Mailing-List
On Sat, 28 Aug 2010 15:19:30 +0200 Ralf Wildenhues wrote: > > * YuGiOhJCJ Mailing-List wrote on Sat, Aug 28, 2010 at 02:41:50PM CEST: > > In my configure.ac file, I don't use AC_CONFIG_AUX_DIR or > > AC_CONFIG_SRCDIR because these macros are not used in the sample >

Re: configure: WARNING: `missing' script is too old or missing

2010-08-28 Thread YuGiOhJCJ Mailing-List
On Sat, 28 Aug 2010 12:29:28 +0200 Ralf Wildenhues wrote: > > Hello, > > * YuGiOhJCJ Mailing-List wrote on Sat, Aug 28, 2010 at 12:13:51PM CEST: > > When I run the configure script I get this warning : > > --- > > [...] > > checking whether build environme

configure: WARNING: `missing' script is too old or missing

2010-08-28 Thread YuGiOhJCJ Mailing-List
ir -p [...] --- It is right /home/yugiohjcj/missing doesn't exists but I don't know why the configure script try to get this file in my home directory instead of my working directory. Can you tell me how to resolve this problem? Thank you. -- YuGiOhJCJ Mailing-List

Re: convert a pattern rule to a suffix rule

2010-08-26 Thread YuGiOhJCJ Mailing-List
wrote: > > Hello, > > * YuGiOhJCJ Mailing-List wrote on Wed, Aug 25, 2010 at 11:14:15AM CEST: > > I know that pattern rules are not portable. When we use one pattern > > rule, then we call autoreconf, we can see this warning : > > man/Makefile.am:8: `%'

convert a pattern rule to a suffix rule

2010-08-25 Thread YuGiOhJCJ Mailing-List
table because I don't know how to convert it in a suffix rule. How to convert this pattern rule in a suffix rule? Thank you. -- YuGiOhJCJ Mailing-List