IsaMakefile
author Christian Urban <urbanc@in.tum.de>
Fri, 05 Sep 2008 09:47:51 +0200
changeset 2 978a3c2ed7ce
parent 0 02503850a8cf
child 17 8afa1c990a14
permissions -rw-r--r--
split the document into smaller pieces; made it standalone by copying antiquote_setup.ML into the repository added cover page


## targets

default: cookbook
images: 
test: 

all: cookbook

## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log

USEDIR = $(ISATOOL) usedir -v true -i true -D generated


## CookBook

cookbook: CookBook/ROOT.ML \
          CookBook/document/root.tex \
          CookBook/document/cookbook.bib \
          CookBook/*.thy
	$(USEDIR) HOL CookBook
	$(ISATOOL) document -o pdf CookBook/generated
	@cp CookBook/document.pdf cookbook.pdf

## clean

clean:
	@rm -f CookBook/generated/*