Parent Directory
|
Revision Log
|
Revision Graph
Added ps,pdf and bibtex
| 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 -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 |