--- a/src/Sequents/IsaMakefile Thu Mar 20 18:27:05 1997 +0100
+++ b/src/Sequents/IsaMakefile Thu Mar 20 18:27:23 1997 +0100
@@ -17,14 +17,13 @@
$(ILL_NAMES:%=ex/ILL/%.thy) $(ILL_NAMES:%=ex/ILL/%.ML)
$(OUT)/Sequents: $(OUT)/Pure $(FILES)
- @$(ISABELLE) -e "make_html := $(ISABELLE_HTML);" -qu $(OUT)/Pure Sequents
+ @$(ISATOOL) usedir -b $(OUT)/Pure Sequents
@chmod -w $@
$(OUT)/Pure:
@cd ../Pure; $(ISATOOL) make
test: $(OUT)/Sequents $(EX_FILES)
- @$(ISABELLE) -e 'make_html := $(ISABELLE_HTML); exit_use"ex/ROOT.ML"; quit();' \
- -rq $(OUT)/Sequents
+ @$(ISATOOL) usedir $(OUT)/Sequents ex
.PRECIOUS: $(OUT)/Pure $(OUT)/Sequents