| 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 |
|
|
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 |
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 |