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: Mon, 21 Jun 2004 18:29:01 -0400
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

Paul D. Smith wrote:

FYI, you can use the -p (print database) and -d (debugging) options to
get a much better idea of what's going on.  If the full -d is too much
for you, you can restrict the debugging output somewhat with --debug=<XX>
(see the manual).


This will show you that make knows nothing about building index.html,
and so that's why it never deletes it.

I understand now. How can I specify rules for tools such as latex2html which produce numerous output files? latex2html produces WARNINGS, index.html, internals.pl, labels.pl, input_file_name.html, and input_file_name.css from input_file_name.tex. I have only found a use for the HTML output bearing the same basename as the input TeX file and wish to treat the others as intermediate.

Thank you,
Ken Smith




reply via email to

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