| 9 |
make tex |
make tex |
| 10 |
|
|
| 11 |
tex: |
tex: |
| 12 |
latex manual |
TEXINPUTS=.:::texinputs latex manual |
| 13 |
bibtex manual |
bibtex manual |
| 14 |
latex manual |
TEXINPUTS=.:::texinputs latex manual |
| 15 |
latex manual | tee warnings |
TEXINPUTS=.:::texinputs latex manual | tee warnings |
| 16 |
|
# TEXINPUTS=.:::texinputs latex manual |
| 17 |
ps: manual.ps |
ps: manual.ps |
| 18 |
pdf: manual.pdf |
pdf: manual.pdf |
| 19 |
|
|
| 45 |
latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgcm.org>support@mitgcm.org</a>" -local_icons -noantialias -white manual |
latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgcm.org>support@mitgcm.org</a>" -local_icons -noantialias -white manual |
| 46 |
|
|
| 47 |
html2: |
html2: |
| 48 |
latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgc,.org>support@mitgcm.org</a>" -local_icons -white -debug m2 |
latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "<a href=mailto:support@mitgc,.org>support@mitgcm.org</a>" -noantialias -local_icons -white -debug m2 |