automake
[Top][All Lists]
Advanced

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

Re: preventing re-running of texi2dvi?


From: Dan McMahill
Subject: Re: preventing re-running of texi2dvi?
Date: Thu, 21 Oct 2004 01:35:45 -0400
User-agent: Mutt/1.4.1i

On Thu, Oct 21, 2004 at 01:23:44AM -0400, Dan McMahill wrote:
> 
> html_docs=      ${info_TEXINFOS:.texi=.html}
> ps_docs=        ${info_TEXINFOS:.texi=.ps} 
> pdf_docs=       ${info_TEXINFOS:.texi=.pdf}
> 
> I had some other stuff to, but I've stripped it down to only have whats
> listed here to help figure it out.  I have verified that pcb.{ps,pdf,html}
> as well as the .info{,-1,-2,-3,-4,-5,-6} files end up in the distfile.
> But sure enough, 'make clean' does:
> 
> rm -rf pcb.aux pcb.cp pcb.cps pcb.fn pcb.fns pcb.ky pcb.kys pcb.log pcb.pg \
>   pcb.pgs pcb.tmp pcb.toc pcb.tp pcb.tps pcb.vr pcb.vrs \
>   pcb.dvi pcb.pdf pcb.ps pcb.html
> rm -f vti.tmp
> 
> Maybe this is an automake bug?  I scanned over the automake code a bit,
> but I'm not really a perl programmer.  However, it looks like it always
> wants to make the various texinfo outputs get cleaned by 'make clean'.

I should note that the .info files seem to be handled correctly in that
the clean and distclean targets do not try to remove them, but maintainer-clean
does (as it should).

-Dan


-- 




reply via email to

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