--- manual/Makefile 2002/09/20 19:35:20 1.16
+++ manual/Makefile 2003/07/23 17:54:35 1.18
@@ -1,9 +1,9 @@
-L2H = -image_type gif -split 5 -show_section_numbers -link 2 \
- -address "support@mitgcm.org" \
- -local_icons -noantialias -notransparent -white
+#L2H = -image_type gif -split 5 -show_section_numbers -link 2 \
+# -address "support@mitgcm.org" \
+# -local_icons -noantialias -notransparent -white
L2H = -image_type png -split 5 -show_section_numbers -link 2 \
- -address "support@mitgcm.org" \
+ -address "mitgcm-support@dev.mitgcm.org" \
-local_icons -noantialias -notransparent -white
default:
@@ -46,7 +46,7 @@
TEXINPUTS=.:::texinputs latex manual | tee warnings
manual.ps: manual.dvi
- dvips -Pcmz -Pamz -Ppdf -o manual.ps manual.dvi
+ dvips -Pcmz -Pamz -o manual.ps manual.dvi
manual.pdf: manual.ps
ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf