--- manual/Makefile 2002/04/18 15:51:06 1.11 +++ manual/Makefile 2002/04/24 18:02:50 1.14 @@ -39,7 +39,7 @@ make clean rm -f manual.{ps,pdf} rm -rf manual - rm -f manual.tz mbkup.tz + rm -f manual.{tz,tgz} mbkup.{tz,tgz} l2h.{tz,tgz} # Note - the noantialias option here does not affect the gif images # that are generated. However, it does make ppmquant to run in @@ -58,16 +58,19 @@ # /usr/bin/ppmquant.orig 256 # ! +html: + make l2h + make subfigs + l2h: latex2html $(L2H) manual + tar -czf l2h.tgz manual debugl2h: latex2html -debug -nodiscard -ldump $(L2H) manual -html: - make l2h - cd manual; tar -czf ../mbkup.tz . +subfigs: cd manual; ../tools/make_mail_subjects.sh cd manual; ../tools/figsub.sh cd manual; ../tools/fix_docref_target.sh - cd manual; tar -czf ../manual.tz . + tar -czf manual.tgz manual