--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/IsarRef/IsaMakefile Tue Apr 22 13:35:26 2008 +0200
@@ -0,0 +1,31 @@
+
+## targets
+
+default: Thy
+images:
+test: Thy
+
+all: images test
+
+
+## global settings
+
+SRC = $(ISABELLE_HOME)/src
+OUT = $(ISABELLE_OUTPUT)
+LOG = $(OUT)/log
+
+USEDIR = $(ISATOOL) usedir -v true -i false -d false -C false -D document
+
+
+## Thy
+
+Thy: $(LOG)/Pure-Thy.gz
+
+$(LOG)/Pure-Thy.gz: Thy/ROOT.ML ../antiquote_setup.ML
+ @$(USEDIR) Pure Thy
+
+
+## clean
+
+clean:
+ @rm -f $(LOG)/Pure-Thy.gz