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


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to