--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pres/IsaMakefile Mon Jan 24 11:29:55 2011 +0000
@@ -0,0 +1,31 @@
+
+## 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 -i true -d pdf ## -D generated
+
+
+## ListP
+
+ListP: $(OUT)/ListP
+
+$(OUT)/ListP: ROOT.ML document/root.tex *.thy
+ @$(USEDIR) -b HOL ListP
+
+
+## clean
+
+clean:
+ @rm -f $(OUT)/ListP