/[MITgcm]/manual/Makefile
ViewVC logotype

Diff of /manual/Makefile

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

revision 1.18 by edhill, Wed Jul 23 17:54:35 2003 UTC revision 1.24 by afe, Wed Mar 24 22:35:28 2004 UTC
# Line 2  Line 2 
2  #      -address "<a href=mailto:support@mitgcm.org>support@mitgcm.org</a>" \  #      -address "<a href=mailto:support@mitgcm.org>support@mitgcm.org</a>" \
3  #      -local_icons -noantialias -notransparent -white  #      -local_icons -noantialias -notransparent -white
4    
5    PROTEX_PKGS = \
6       aim \
7       aim_compon_interf \
8       aim_ocn_coupler \
9       aim_v23 \
10       autodiff \
11       bulk_force \
12       cal \
13       cd_code \
14       cfc \
15       compon_communic \
16       cost \
17       ctrl \
18       debug \
19       dic \
20       ecco \
21       exch2 \
22       exf \
23       fizhi \
24       flt \
25       gchem \
26       generic_advdiff \
27       gmredi \
28       grdchk \
29       gridalt \
30       kpp \
31       land \
32       mdsio \
33       mnc \
34       mom_fluxform \
35       mom_vecinv \
36       monitor \
37       obcs \
38       ocn_compon_interf \
39       ptracers \
40       rw \
41       sbo \
42       seaice \
43       shap_filt \
44       thsice \
45       timeave \
46       zonal_filt
47    
48  L2H = -image_type png -split 5 -show_section_numbers -link 2 \  L2H = -image_type png -split 5 -show_section_numbers -link 2 \
49        -address "<a href=mailto:support@mitgcm.org>mitgcm-support@dev.mitgcm.org</a>" \        -address "<a href=mailto:support@mitgcm.org>mitgcm-support@dev.mitgcm.org</a>" \
50        -local_icons -noantialias -notransparent -white        -local_icons -noantialias -notransparent -white
# Line 22  all: Line 65  all:
65          make ps.gz          make ps.gz
66          make html          make html
67    
68    pt_files:
69            ./run_protex $(PROTEX_PKGS)
70    
71  tex: manual.dvi  tex: manual.dvi
72    
73  ps: manual.ps  ps: manual.ps
# Line 31  ps.gz: manual.ps Line 77  ps.gz: manual.ps
77    
78  pdf: manual.pdf  pdf: manual.pdf
79    
80    #eh3 WARNING: due to the make dependencies, using the following rule will
81    #eh3   *always* result in running the "manual.dvi" and "l2h.tgz" rules
82    #eh3   *TWICE* due to the "*/*.ps" entry in the dependency list!
83    #eh3 html:
84    #eh3    make l2h
85    #eh3    make subfigs
86  html:  html:
87          make l2h          make l2h
88          make subfigs          cd manual; ../tools/make_mail_subjects.sh
89            cd manual; ../tools/figsub.sh
90            cd manual; ../tools/fix_docref_target.sh
91            cd manual; ../tools/genredir.sh
92            tar -czf manual.tgz manual
93    
94  l2h: l2h.tgz  l2h: l2h.tgz
95    
96  subfigs: manual.tgz  subfigs: manual.tgz
97    
98  manual.dvi: *.tex */*.tex */*/*/*.tex */*.ps */*.eps */*/*/*.eps  manual.dvi: *.tex */*.tex */*/*/*.tex */*.ps */*.eps */*/*/*.eps manual_references.bib
99          TEXINPUTS=.:::texinputs latex manual          TEXINPUTS=.:::texinputs latex manual
100          bibtex manual          bibtex manual
101          TEXINPUTS=.:::texinputs latex manual          TEXINPUTS=.:::texinputs latex manual

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.22