basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
authorwenzelm
Mon, 15 Sep 2008 17:32:12 +0200
changeset 28220 889e5b7e006c
parent 28219 5465883d64da
child 28221 ca9fdab0f971
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
doc-src/System/IsaMakefile
doc-src/System/Thy/ROOT.ML
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/System/IsaMakefile	Mon Sep 15 17:32:12 2008 +0200
@@ -0,0 +1,32 @@
+
+## targets
+
+default: Pure-System
+images: 
+test: Pure-System
+
+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
+
+
+## IsarRef sessions
+
+Pure-System: $(LOG)/Pure-System.gz
+
+$(LOG)/Pure-System.gz: Thy/ROOT.ML ../antiquote_setup.ML	\
+  Thy/Basics.thy
+	@$(USEDIR) -s System Pure Thy
+
+
+## clean
+
+clean:
+	@rm -f $(LOG)/Pure-System.gz
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/System/Thy/ROOT.ML	Mon Sep 15 17:32:12 2008 +0200
@@ -0,0 +1,7 @@
+
+(* $Id$ *)
+
+set ThyOutput.source;
+use "../../antiquote_setup.ML";
+
+use_thy "Basics";