/[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

--- manual/Makefile	2004/03/31 19:44:10	1.25
+++ manual/Makefile	2005/08/09 16:41:35	1.26
@@ -50,7 +50,8 @@
 
 subfigs: manual.tgz
 
-manual.dvi: *.tex */*.tex */*/*/*.tex */*.ps */*.eps */*/*/*.eps manual_references.bib
+manual.dvi: *.tex */*.tex */*/*/*.tex */*.ps */*.eps */*/*/*.eps manual_references.bib */*/*/*.templ
+	( cd part3/case_studies/held_suarez_cs/  &&  make )
 	TEXINPUTS=.:::texinputs latex manual
 	bibtex manual
 	TEXINPUTS=.:::texinputs latex manual
@@ -63,6 +64,7 @@
 	ps2pdf -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 -dSubsetFonts=true -dEmbedAllFonts=true manual.ps manual.pdf
 
 clean: 
+	( cd part3/case_studies/held_suarez_cs/  &&  make clean )
 	rm -f manual.{aux,bbl,blg,dvi,log,out,toc} warnings l2h.log
 Clean:
 	make clean

 

  ViewVC Help
Powered by ViewVC 1.1.22