doc-src/TutorialI/IsaMakefile
changeset 10840 28a53b68a8c0
parent 10791 778f0897e7e5
child 10956 1db8b894ada0
--- a/doc-src/TutorialI/IsaMakefile	Wed Jan 10 10:40:34 2001 +0100
+++ b/doc-src/TutorialI/IsaMakefile	Wed Jan 10 11:00:17 2001 +0100
@@ -115,9 +115,9 @@
 HOL-Rules: HOL $(LOG)/HOL-Rules.gz
 
 $(LOG)/HOL-Rules.gz: $(OUT)/HOL Rules/Basic.thy \
-	Rules/Blast.thy Rules/Force.thy Rules/Primes.thy  \
+	Rules/Blast.thy Rules/Force.thy Rules/Primes.thy Rules/Forward.thy  \
 	Rules/ROOT.ML 
-	@$(ISATOOL) usedir -d dvi -D document $(OUT)/HOL Rules
+	@$(USEDIR) Rules
 	@rm -f tutorial.dvi
 
 ## HOL-Sets
@@ -126,7 +126,7 @@
 
 $(LOG)/HOL-Sets.gz: $(OUT)/HOL Sets/Examples.thy Sets/Functions.thy \
 	Sets/Recur.thy Sets/Relations.thy Sets/ROOT.ML
-	@$(ISATOOL) usedir -d dvi -D document $(OUT)/HOL Sets
+	@$(USEDIR) Sets
 	@rm -f tutorial.dvi
 
 ## HOL-CTL