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. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make
