/[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.1 by cnh, Tue Nov 13 15:33:31 2001 UTC revision 1.2 by adcroft, Tue Nov 13 16:14:33 2001 UTC
# Line 1  Line 1 
1  all:  all:
2          make tex          make tex
3    
4  tex:  tex:
5          latex manual          latex manual
6            bibtex manual
7          latex manual          latex manual
8            latex manual
9    ps: manual.ps
10    pdf: manual.pdf
11    
12    manual.ps: manual.dvi
13            dvips -Ppdf -o manual.ps manual.dvi
14    
15    manual.pdf: manual.ps
16            ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf
17    
18  html:  html:
19          /usr/local/pkg/latex2html/bin/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>" manual

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22