help-make
[Top][All Lists]
Advanced

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

Re: var used by implicit rule


From: Ken . Smith
Subject: Re: var used by implicit rule
Date: Thu, 24 Jun 2004 12:52:16 -0400 (EDT)

On Thu, 24 Jun 2004, Paul D. Smith wrote:

> Maybe the easiest thing to do is just delete them inside the rule that
> creates them, if you never want to keep them:
>
>     %.html %.css : %.tex
>             latex2html $<
>             @rm -f WARNINGS index.html internals.pl labels.pl

That is what I am doing now but I was wondering if there was a better way
to let make know about these intermediate files.  Thanks for the
suggestion.  I'll keep using this method.

Ken




reply via email to

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