src/FOLP/IsaMakefile
changeset 2823 1262592be579
parent 2490 55e940d84cdc
child 3118 24dae6222579
     1.1 --- a/src/FOLP/IsaMakefile	Thu Mar 20 11:23:19 1997 +0100
     1.2 +++ b/src/FOLP/IsaMakefile	Thu Mar 20 11:24:05 1997 +0100
     1.3 @@ -14,13 +14,13 @@
     1.4  	   ex/prop.ML ex/quant.ML
     1.5  
     1.6  $(OUT)/FOLP: $(OUT)/Pure $(FILES)
     1.7 -	@$(ISABELLE) -e "make_html := $(ISABELLE_HTML);" -qu $(OUT)/Pure FOLP
     1.8 +	@$(ISATOOL) usedir -b $(OUT)/Pure FOLP
     1.9  	@chmod -w $@
    1.10  
    1.11  $(OUT)/Pure:
    1.12  	@cd ../Pure; $(ISATOOL) make
    1.13  
    1.14  test: ex/ROOT.ML $(OUT)/FOLP $(EX_FILES)
    1.15 -	@$(ISATOOL) testdir $(OUT)/FOLP ex
    1.16 +	@$(ISATOOL) usedir $(OUT)/FOLP ex
    1.17  
    1.18  .PRECIOUS: $(OUT)/Pure $(OUT)/FOLP