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
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
