doc-src/ZF/IsaMakefile
changeset 48610 0095de9e9da0
parent 48609 0090fab725e3
child 48611 b34ff75c23a7
--- a/doc-src/ZF/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-#
-# IsaMakefile to build the examples for the FOL and ZF manual
-#
-
-## targets
-
-default: ZF-examples
-images:
-test:
-all: default
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-USEDIR = @$(ISABELLE_TOOL) usedir -m brackets -i true -d "" -D document
-
-
-## ZF
-
-ZF:
-	@cd $(SRC)/ZF; $(ISABELLE_TOOL) make ZF
-
-
-## ZF-examples
-
-ZF-examples: ZF $(LOG)/ZF-examples.gz
-
-$(LOG)/ZF-examples.gz: $(OUT)/ZF \
-	FOL_examples.thy  IFOL_examples.thy ZF_examples.thy If.thy ROOT.ML 
-	@$(USEDIR) -s examples $(OUT)/ZF .
-	@rm -f document/isabelle.sty
-	@rm -f document/isabellesym.sty
-	@rm -f document/pdfsetup.sty
-	@rm -f document/session.tex
-
-## clean
-
-clean:
-	@rm -f $(LOG)/ZF-examples.gz document/*.tex