/[MITgcm]/manual/Makefile
ViewVC logotype

Diff of /manual/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by adcroft, Thu Apr 18 18:48:27 2002 UTC revision 1.13 by adcroft, Wed Apr 24 17:43:43 2002 UTC
# Line 39  Clean: Line 39  Clean:
39          make clean          make clean
40          rm -f manual.{ps,pdf}          rm -f manual.{ps,pdf}
41          rm -rf manual          rm -rf manual
42          rm -f manual.tz mbkup.tz          rm -f manual.{tz,tgz} mbkup.{tz,tgz}
43    
44  # Note - the noantialias option here does not affect the gif images  # Note - the noantialias option here does not affect the gif images
45  #        that are generated. However, it does make ppmquant to run in  #        that are generated. However, it does make ppmquant to run in
# Line 69  debugl2h: Line 69  debugl2h:
69          latex2html -debug -nodiscard -ldump $(L2H) manual          latex2html -debug -nodiscard -ldump $(L2H) manual
70    
71  subfigs:  subfigs:
72          cd manual; tar -czf ../mbkup.tz .          tar -czf mbkup.tgz manual
73          cd manual; ../tools/make_mail_subjects.sh          cd manual; ../tools/make_mail_subjects.sh
74          cd manual; ../tools/figsub.sh          cd manual; ../tools/figsub.sh
75          cd manual; ../tools/fix_docref_target.sh          cd manual; ../tools/fix_docref_target.sh
76          cd manual; tar -czf ../manual.tz .          tar -czf manual.tgz manual

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22