pres/IsaMakefile
author urbanc
Wed, 07 Sep 2011 09:28:13 +0000
changeset 245 40b8d485ce8d
parent 62 d94209ad2880
permissions -rw-r--r--
polished a bit the journal paper


## targets

default: ListP
images: ListP
test: 

all: images test


## global settings

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

USEDIR = $(ISABELLE_TOOL) usedir -v true -d pdf  ## -D generated


## ListP

ListP: $(OUT)/ListP

$(OUT)/ListP: ROOT.ML document/root.tex *.thy
	@$(USEDIR) -D generated -b HOL ListP
	cd generated; $(ISABELLE_TOOL) latex -o pdf root.tex
	cd generated; $(ISABELLE_TOOL) latex -o pdf root.tex
	cd generated; cp root.pdf ../ListP.pdf     


## clean

clean:
	@rm -f $(OUT)/ListP