doc-src/IsarTut/IsaMakefile
author obua
Sun, 09 May 2004 23:04:36 +0200
changeset 14722 8e739a6eaf11
parent 13202 53022e5f73ff
permissions -rw-r--r--
replaced apply-style proof for instance Multiset :: plus_ac0 by recommended Isar proof style


## targets

default: Tutorial
images:
test: Tutorial

all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISATOOL) usedir -i true -d "" -D ../generated


## Tutorial

Tutorial: HOL $(LOG)/HOL-Tutorial.gz

HOL:
	@cd $(SRC)/HOL; $(ISATOOL) make HOL

$(LOG)/HOL-Tutorial.gz: $(OUT)/HOL Tutorial/ROOT.ML Tutorial/Tutorial.thy
	@$(USEDIR) $(OUT)/HOL Tutorial
	@rm -f generated/pdfsetup.sty generated/session.tex


## clean

clean:
	@rm -f $(LOG)/HOL-Tutorial.gz