doc-src/TutorialI/IsaMakefile
changeset 28500 4b79e5d3d0aa
parent 27423 b8ff8497de6a
child 31676 4ee7a8af1903
--- a/doc-src/TutorialI/IsaMakefile	Sat Oct 04 16:05:08 2008 +0200
+++ b/doc-src/TutorialI/IsaMakefile	Sat Oct 04 16:05:09 2008 +0200
@@ -18,19 +18,19 @@
 OUT = $(ISABELLE_OUTPUT)
 LOG = $(OUT)/log
 OPTIONS = -m brackets -i true -d "" -D document
-USEDIR = @$(ISATOOL) usedir $(OPTIONS) $(OUT)/HOL
+USEDIR = @$(ISABELLE_TOOL) usedir $(OPTIONS) $(OUT)/HOL
 
 
 ## HOL
 
 HOL:
-	@cd $(SRC)/HOL; $(ISATOOL) make HOL
+	@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL
 
 styles:
 	@rm -f isabelle.sty
 	@rm -f isabellesym.sty
 	@rm -f pdfsetup.sty
-	@$(ISATOOL) latex -o sty >/dev/null
+	@$(ISABELLE_TOOL) latex -o sty >/dev/null
 	@rm -f pdfsetup.sty
 	@rm -f */document/isabelle.sty
 	@rm -f */document/isabellesym.sty