/[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.13 by adcroft, Wed Apr 24 17:43:43 2002 UTC revision 1.15 by gcmpack, Wed Apr 24 20:48:16 2002 UTC
# Line 15  all: Line 15  all:
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:
# Line 25  tex: Line 26  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
# Line 39  Clean: Line 43  Clean:
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,tgz} mbkup.{tz,tgz}          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
# Line 64  html: Line 68  html:
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:
         tar -czf mbkup.tgz manual  
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

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

  ViewVC Help
Powered by ViewVC 1.1.22