--- manual/Makefile	2001/11/15 17:11:52	1.6
+++ manual/Makefile	2001/12/11 21:23:21	1.8
@@ -9,10 +9,11 @@
 	make tex
 
 tex:
-	latex manual
+	TEXINPUTS=.:::texinputs latex manual
 	bibtex manual
-	latex manual
-	latex manual | tee warnings
+	TEXINPUTS=.:::texinputs latex manual
+	TEXINPUTS=.:::texinputs latex manual | tee warnings
+#	TEXINPUTS=.:::texinputs latex manual
 ps: manual.ps
 pdf: manual.pdf
 
@@ -44,4 +45,4 @@
 	latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "support@mitgcm.org" -local_icons -noantialias -white manual
 
 html2:
-	latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "support@mitgcm.org" -local_icons -white -debug m2
+	latex2html -image_type gif -split 5 -show_section_numbers -link 2 -address "support@mitgcm.org" -noantialias -local_icons -white -debug m2