# HG changeset patch # User wenzelm # Date 1254420812 -7200 # Node ID 00c14c4a6b4fdf4768b52e0a0cbbba57f95ff32f # Parent a4e0b8d88f28d7dac5938d9bc45fffde471d9b0c enable slow-motion mode to accomodate unsynchronized refs within theory sources; diff -r a4e0b8d88f28 -r 00c14c4a6b4f doc-src/LaTeXsugar/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 diff -r a4e0b8d88f28 -r 00c14c4a6b4f doc-src/TutorialI/IsaMakefile --- 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