/[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.3 by adcroft, Tue Nov 13 16:45:58 2001 UTC revision 1.5 by cnh, Tue Nov 13 20:23:27 2001 UTC
# Line 1  Line 1 
1    default:
2            @echo "Targets"
3            @echo " make all  - just the tex "
4            @echo " make tex  - tex and bibliograohy"
5            @echo " make ps   - postscript form of manual"
6            @echo " make pdf  - pdf form of manual"
7            @echo " make html - hypertext form of manual"
8  all:  all:
9          make tex          make tex
10    
# Line 5  tex: Line 12  tex:
12          latex manual          latex manual
13          bibtex manual          bibtex manual
14          latex manual          latex manual
15          latex manual          latex manual | tee warnings
16  ps: manual.ps  ps: manual.ps
17  pdf: manual.pdf  pdf: manual.pdf
18    
# Line 16  manual.pdf: manual.ps Line 23  manual.pdf: manual.ps
23          ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf          ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf
24    
25  html:  html:
26          latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgc,.org>support@mitgcm.org</a>" manual          latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgc,.org>support@mitgcm.org</a>" -local_icons manual

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22