/[MITgcm]/manual/Makefile
ViewVC logotype

Annotation of /manual/Makefile

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


Revision 1.3 - (hide annotations) (download)
Tue Nov 13 16:45:58 2001 UTC (22 years, 5 months ago) by adcroft
Branch: MAIN
Changes since 1.2: +1 -1 lines
Changes for hyperlinks in PDF.

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.2 latex manual
9     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.2 latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgc,.org>support@mitgcm.org</a>" manual

  ViewVC Help
Powered by ViewVC 1.1.22