automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: update .info files in $(srcdir) again


From: Ralf Corsepius
Subject: Re: FYI: update .info files in $(srcdir) again
Date: Wed, 26 Nov 2003 12:10:37 +0100

On Wed, 2003-11-26 at 09:19, Alexandre Duret-Lutz wrote:
> >>> "Ralf" == Ralf Corsepius <address@hidden> writes:
> 
>  Ralf> On Wed, 2003-11-26 at 06:53, Ralf Corsepius wrote:
>  >> On Sun, 2003-11-09 at 18:48, Ralf Corsepius wrote:
>  >> > On Sun, 2003-11-09 at 18:20, Alexandre Duret-Lutz wrote:
>  >> > > >>> "Ralf" == Ralf Corsepius <address@hidden> writes:
>  >> > > 
>  >> > > [...]
>  >> > > 
>  >> > >  Ralf> I.e. I treat infos as a product, not as a source, no do I
>  >> > >  Ralf> distribute them.
>  >> > > 
>  >> > > Glad to know Texinfo is not alone.  Let me know if something broke.
>  >> > 
>  >> > Not until autoconf-2.57/automake-1.7.8, but I haven't checked later
>  >> > versions of autoconf nor automake-CVS, yet.
>  >> FYI: Testing automake-1.7f has shown that you broke it. Now the infos
>  >> are generated inside of the builddir.
> 
>  Ralf> Argl, s/builddir/srcdir/
> 
> Could you show that Makefile.am?

Here is one:
http://www.rtems.com/cgi-bin/viewcvs.cgi/rtems/doc/FAQ/Makefile.am

Others can be found in neighboring directories.

>   You need to clean the info files
> if they are not to be distributed.
I clean them up, but I believe to have found cause:

My Makefile.ams look like this:

PROJECT = FAQ
include $(top_srcdir)/project.am
texinfo_TEXI = FAQ.texi
info_TEXINFOS = FAQ.texi

With project.am containing this:
CLEANFILES = $(PROJECT).info $(PROJECT).info-?

This causes automake-1.7f to use the %GENERIC_INFO% and %INSRC% rules in
texibuild.am, because it doesn't find FAQ.info in *CLEANFILES.

Ralf








reply via email to

[Prev in Thread] Current Thread [Next in Thread]