tuned deps;
authorwenzelm
Mon, 07 Jan 2002 18:31:00 +0100
changeset 12654 200565ba1471
parent 12653 a55c066624eb
child 12655 b8c130dc46be
tuned deps;
doc-src/TutorialI/Makefile
--- a/doc-src/TutorialI/Makefile	Mon Jan 07 18:30:43 2002 +0100
+++ b/doc-src/TutorialI/Makefile	Mon Jan 07 18:31:00 2002 +0100
@@ -28,7 +28,7 @@
 
 dvi: $(NAME).dvi
 
-$(NAME).dvi: $(FILES) isabelle_hol.eps
+$(NAME).dvi: $(FILES) isabelle_hol.eps Types/typedef.eps
 	@ln -sf Types/typedef.eps .
 	$(LATEX) $(NAME)
 	$(BIBTEX) $(NAME)
@@ -39,7 +39,7 @@
 
 pdf: $(NAME).pdf
 
-$(NAME).pdf: $(FILES) isabelle_hol.pdf
+$(NAME).pdf: $(FILES) isabelle_hol.pdf Types/typedef.pdf
 	@ln -sf Types/typedef.pdf .
 	$(PDFLATEX) $(NAME)
 	$(BIBTEX) $(NAME)