/[MITgcm]/manual/Makefile
ViewVC logotype

Contents of /manual/Makefile

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


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

1 all:
2 make tex
3
4 tex:
5 latex manual
6 bibtex manual
7 latex manual
8 latex manual
9 ps: manual.ps
10 pdf: manual.pdf
11
12 manual.ps: manual.dvi
13 dvips -Pcmz -Pamz -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:
19 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