| 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 | 
  | 
  | 
| 43 | 
  | 
  | 
| 44 | 
 html: | 
 html: | 
| 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 | 
  | 
         cd manual; tar -czf ../mbkup.tz . | 
| 47 | 
  | 
         cd manual; ../tools/make_mail_subjects.sh | 
| 48 | 
  | 
         cd manual; ../tools/figsub.sh | 
| 49 | 
  | 
         cd manual; ../tools/fix_docref_target.sh | 
| 50 | 
  | 
         cd manual; tar -czf ../manual.tz . | 
| 51 | 
  | 
         cd /homes/cnh/SEALION_RELEASE/website/online_documents/manual; tar -xzf /homes/cnh/SEALION_RELEASE/manual/HEAD/manual.tz | 
| 52 | 
  | 
 #       tar -czf ol.tz on-line-figs | 
| 53 | 
  | 
  | 
| 54 | 
 html2: | 
 html2: | 
| 55 | 
         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 | 
         cd manual; tar -xzf ../mbkup.tz . | 
| 56 | 
  | 
         cd manual; ../tools/make_mail_subjects.sh | 
| 57 | 
  | 
         cd manual; ../tools/figsub.sh | 
| 58 | 
  | 
         cd manual; ../tools/fix_docref_target.sh | 
| 59 | 
  | 
         cd manual; tar -czf ../manual.tz . | 
| 60 | 
  | 
         cd /homes/cnh/SEALION_RELEASE/website/online_documents/manual; tar -xzf /homes/cnh/SEALION_RELEASE/manual/HEAD/manual.tz | 
| 61 | 
  | 
 #       tar -czf ol.tz on-line-figs | 
| 62 | 
  | 
  |