/[MITgcm]/manual/Makefile
ViewVC logotype

Annotation of /manual/Makefile

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


Revision 1.4 - (hide annotations) (download)
Tue Nov 13 20:12:39 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.3: +2 -2 lines
Made nav icons local

1 adcroft 1.2 all:
2 cnh 1.1 make tex
3    
4     tex:
5     latex manual
6 adcroft 1.2 bibtex manual
7 cnh 1.1 latex manual
8 adcroft 1.4 latex manual | tee warnings
9 adcroft 1.2 ps: manual.ps
10     pdf: manual.pdf
11    
12     manual.ps: manual.dvi
13 adcroft 1.3 dvips -Pcmz -Pamz -Ppdf -o manual.ps manual.dvi
14 adcroft 1.2
15     manual.pdf: manual.ps
16     ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf
17 cnh 1.1
18     html:
19 adcroft 1.4 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

  ViewVC Help
Powered by ViewVC 1.1.22