enable slow-motion mode to accomodate unsynchronized refs within theory sources;
authorwenzelm
Thu, 01 Oct 2009 20:13:32 +0200
changeset 32835 00c14c4a6b4f
parent 32834 a4e0b8d88f28
child 32836 4c6e3e7ac2bf
enable slow-motion mode to accomodate unsynchronized refs within theory sources;
doc-src/LaTeXsugar/IsaMakefile
doc-src/TutorialI/IsaMakefile
--- a/doc-src/LaTeXsugar/IsaMakefile	Thu Oct 01 20:06:11 2009 +0200
+++ b/doc-src/LaTeXsugar/IsaMakefile	Thu Oct 01 20:13:32 2009 +0200
@@ -14,7 +14,7 @@
 OUT = $(ISABELLE_OUTPUT)
 LOG = $(OUT)/log
 
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -g false -d false -D document
+USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -g false -d false -D document -M 1
 
 
 ## Sugar
--- a/doc-src/TutorialI/IsaMakefile	Thu Oct 01 20:06:11 2009 +0200
+++ b/doc-src/TutorialI/IsaMakefile	Thu Oct 01 20:13:32 2009 +0200
@@ -17,7 +17,7 @@
 SRC = $(ISABELLE_HOME)/src
 OUT = $(ISABELLE_OUTPUT)
 LOG = $(OUT)/log
-OPTIONS = -m brackets -i true -d "" -D document
+OPTIONS = -m brackets -i true -d "" -D document -M 1
 USEDIR = @$(ISABELLE_TOOL) usedir $(OPTIONS) $(OUT)/HOL