| 15 | 
         make tex | 
         make tex | 
| 16 | 
         make ps | 
         make ps | 
| 17 | 
         make pdf | 
         make pdf | 
| 18 | 
  | 
         make ps.gz | 
| 19 | 
         make html | 
         make html | 
| 20 | 
  | 
  | 
| 21 | 
 tex: | 
 tex: | 
| 26 | 
  | 
  | 
| 27 | 
 ps: manual.ps | 
 ps: manual.ps | 
| 28 | 
  | 
  | 
| 29 | 
  | 
 ps.gz: manual.ps | 
| 30 | 
  | 
         gzip -9 -c manual.ps > manual.ps.gz | 
| 31 | 
  | 
  | 
| 32 | 
 pdf: manual.pdf | 
 pdf: manual.pdf | 
| 33 | 
  | 
  | 
| 34 | 
 manual.ps: manual.dvi | 
 manual.ps: manual.dvi | 
| 43 | 
         make clean | 
         make clean | 
| 44 | 
         rm -f manual.{ps,pdf} | 
         rm -f manual.{ps,pdf} | 
| 45 | 
         rm -rf manual | 
         rm -rf manual | 
| 46 | 
         rm -f manual.tz mbkup.tz | 
         rm -f manual.{tz,tgz} mbkup.{tz,tgz} l2h.{tz,tgz} | 
| 47 | 
  | 
  | 
| 48 | 
 # Note - the noantialias option here does not affect the gif images | 
 # Note - the noantialias option here does not affect the gif images | 
| 49 | 
 #        that are generated. However, it does make ppmquant to run in | 
 #        that are generated. However, it does make ppmquant to run in | 
| 68 | 
  | 
  | 
| 69 | 
 l2h: | 
 l2h: | 
| 70 | 
         latex2html $(L2H) manual | 
         latex2html $(L2H) manual | 
| 71 | 
  | 
         tar -czf l2h.tgz manual | 
| 72 | 
  | 
  | 
| 73 | 
 debugl2h: | 
 debugl2h: | 
| 74 | 
         latex2html -debug -nodiscard -ldump $(L2H) manual | 
         latex2html -debug -nodiscard -ldump $(L2H) manual | 
| 75 | 
  | 
  | 
| 76 | 
 subfigs: | 
 subfigs: | 
 | 
         cd manual; tar -czf ../mbkup.tz . | 
  | 
| 77 | 
         cd manual; ../tools/make_mail_subjects.sh | 
         cd manual; ../tools/make_mail_subjects.sh | 
| 78 | 
         cd manual; ../tools/figsub.sh | 
         cd manual; ../tools/figsub.sh | 
| 79 | 
         cd manual; ../tools/fix_docref_target.sh | 
         cd manual; ../tools/fix_docref_target.sh | 
| 80 | 
         cd manual; tar -czf ../manual.tz . | 
         tar -czf manual.tgz manual |