/[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.14 by gcmpack, Wed Apr 24 18:02:50 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

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

  ViewVC Help
Powered by ViewVC 1.1.22