/[MITgcm]/manual/Makefile
ViewVC logotype

Annotation of /manual/Makefile

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


Revision 1.5 - (hide annotations) (download)
Tue Nov 13 20:23:27 2001 UTC (22 years, 4 months ago) by cnh
Branch: MAIN
Changes since 1.4: +7 -0 lines
Random changes distributed throughout the document
so that anyone else editing the document has to make
loads of really fiddly merges.
just kidding - correcting a typo really

1 cnh 1.5 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 adcroft 1.2 all:
9 cnh 1.1 make tex
10    
11     tex:
12     latex manual
13 adcroft 1.2 bibtex manual
14 cnh 1.1 latex manual
15 adcroft 1.4 latex manual | tee warnings
16 adcroft 1.2 ps: manual.ps
17     pdf: manual.pdf
18    
19     manual.ps: manual.dvi
20 adcroft 1.3 dvips -Pcmz -Pamz -Ppdf -o manual.ps manual.dvi
21 adcroft 1.2
22     manual.pdf: manual.ps
23     ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf
24 cnh 1.1
25     html:
26 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