removed obsolete IsaMakefile + ROOT.ML setup -- doc-src is managed via isabelle build;
authorwenzelm
Mon, 30 Jul 2012 17:07:23 +0200
changeset 48610 0095de9e9da0
parent 48609 0090fab725e3
child 48611 b34ff75c23a7
removed obsolete IsaMakefile + ROOT.ML setup -- doc-src is managed via isabelle build;
doc-src/Classes/IsaMakefile
doc-src/Classes/Thy/ROOT.ML
doc-src/Codegen/IsaMakefile
doc-src/Codegen/Thy/ROOT.ML
doc-src/Functions/IsaMakefile
doc-src/Functions/Thy/ROOT.ML
doc-src/IsarImplementation/IsaMakefile
doc-src/IsarImplementation/Thy/ROOT.ML
doc-src/IsarRef/IsaMakefile
doc-src/IsarRef/Thy/ROOT.ML
doc-src/LaTeXsugar/IsaMakefile
doc-src/LaTeXsugar/Sugar/ROOT.ML
doc-src/Locales/IsaMakefile
doc-src/Locales/Locales/ROOT.ML
doc-src/Main/Docs/ROOT.ML
doc-src/Main/IsaMakefile
doc-src/ProgProve/IsaMakefile
doc-src/ProgProve/Thys/ROOT.ML
doc-src/System/IsaMakefile
doc-src/System/Thy/ROOT.ML
doc-src/TutorialI/IsaMakefile
doc-src/TutorialI/ROOT.ML
doc-src/TutorialI/ToyList2/ROOT.ML
doc-src/ZF/IsaMakefile
doc-src/ZF/ROOT.ML
--- a/doc-src/Classes/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-
-## targets
-
-default: Thy
-images: 
-test: Thy
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## Thy
-
-THY = $(LOG)/HOL-Thy.gz
-
-Thy: $(THY)
-
-$(THY): $(OUT)/HOL Thy/ROOT.ML Thy/Setup.thy Thy/Classes.thy ../antiquote_setup.ML ../more_antiquote.ML
-	@$(USEDIR) HOL Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	  Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(THY)
--- a/doc-src/Classes/Thy/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-no_document use_thy "Setup";
-use_thy "Classes";
--- a/doc-src/Codegen/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-
-## targets
-
-default: Thy
-images: 
-test: Thy
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## Thy
-
-THY = $(LOG)/HOL-Thy.gz
-
-Thy: $(THY)
-
-$(THY): $(OUT)/HOL-Library Thy/ROOT.ML Thy/*.thy ../antiquote_setup.ML ../more_antiquote.ML
-	@$(USEDIR) -m no_brackets -m iff HOL-Library Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	  Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(THY)
--- a/doc-src/Codegen/Thy/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-
-no_document use_thy "Setup";
-
-use_thy "Introduction";
-use_thy "Foundations";
-use_thy "Refinement";
-use_thy "Inductive_Predicate";
-use_thy "Evaluation";
-use_thy "Adaptation";
-use_thy "Further";
--- a/doc-src/Functions/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-
-## targets
-
-default: Thy
-images: 
-test: Thy
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## Thy
-
-THY = $(LOG)/HOL-Thy.gz
-
-Thy: $(THY)
-
-$(THY): $(OUT)/HOL Thy/ROOT.ML Thy/Functions.thy
-	@$(USEDIR) HOL Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	 Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(THY)
--- a/doc-src/Functions/Thy/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-use_thy "Functions";
--- a/doc-src/IsarImplementation/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-
-## targets
-
-default: Thy
-images: 
-test: Thy
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## sessions
-
-Thy: $(LOG)/HOL-Thy.gz
-
-$(LOG)/HOL-Thy.gz: Thy/ROOT.ML Thy/Base.thy Thy/Eq.thy			\
-  Thy/Integration.thy Thy/Isar.thy Thy/Local_Theory.thy Thy/Logic.thy	\
-  Thy/Prelim.thy Thy/Proof.thy Thy/Syntax.thy Thy/Tactic.thy		\
-  Thy/ML.thy ../antiquote_setup.ML
-	@$(USEDIR) HOL Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	 Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/HOL-Thy.gz
--- a/doc-src/IsarImplementation/Thy/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-use_thys [
-  "Eq",
-  "Integration",
-  "Isar",
-  "Local_Theory",
-  "Logic",
-  "ML",
-  "Prelim",
-  "Proof",
-  "Syntax",
-  "Tactic"
-];
--- a/doc-src/IsarRef/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-
-## targets
-
-default: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef
-images: 
-test: HOL-IsarRef HOLCF-IsarRef ZF-IsarRef
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## sessions
-
-HOL-IsarRef: $(LOG)/HOL-IsarRef.gz
-
-$(LOG)/HOL-IsarRef.gz: Thy/ROOT.ML ../antiquote_setup.ML Thy/Base.thy	\
-  Thy/First_Order_Logic.thy Thy/Framework.thy Thy/Inner_Syntax.thy	\
-  Thy/Preface.thy Thy/Outer_Syntax.thy Thy/Spec.thy Thy/Proof.thy	\
-  Thy/Misc.thy Thy/Document_Preparation.thy Thy/Generic.thy		\
-  Thy/HOL_Specific.thy Thy/Quick_Reference.thy Thy/Synopsis.thy		\
-  Thy/Symbols.thy Thy/ML_Tactic.thy
-	@$(USEDIR) -s IsarRef HOL Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	 Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-HOLCF-IsarRef: $(LOG)/HOLCF-IsarRef.gz
-
-$(LOG)/HOLCF-IsarRef.gz: Thy/ROOT-HOLCF.ML ../antiquote_setup.ML	\
-  Thy/Base.thy Thy/HOLCF_Specific.thy
-	@$(USEDIR) -s IsarRef -f ROOT-HOLCF.ML HOLCF Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	 Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-ZF-IsarRef: $(LOG)/ZF-IsarRef.gz
-
-$(LOG)/ZF-IsarRef.gz: Thy/ROOT-ZF.ML ../antiquote_setup.ML	\
-  Thy/Base.thy Thy/ZF_Specific.thy
-	@$(USEDIR) -s IsarRef -f ROOT-ZF.ML ZF Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	 Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/HOL-IsarRef.gz $(LOG)/HOLCF-IsarRef.gz $(LOG)/ZF-IsarRef.gz
--- a/doc-src/IsarRef/Thy/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-quick_and_dirty := true;
-
-use_thys [
-  "Preface",
-  "Synopsis",
-  "Framework",
-  "First_Order_Logic",
-  "Outer_Syntax",
-  "Document_Preparation",
-  "Spec",
-  "Proof",
-  "Inner_Syntax",
-  "Misc",
-  "Generic",
-  "HOL_Specific",
-  "Quick_Reference",
-  "Symbols",
-  "ML_Tactic"
-];
--- a/doc-src/LaTeXsugar/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-
-## targets
-
-default: Sugar
-images: 
-test: Sugar
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -g false -d false -D document -M 1
-
-
-## Sugar
-
-Sugar: $(LOG)/HOL-Sugar.gz
-
-$(LOG)/HOL-Sugar.gz: Sugar/ROOT.ML Sugar/Sugar.thy \
-  Sugar/document/root.tex Sugar/document/root.bib \
-  $(SRC)/HOL/Library/LaTeXsugar.thy $(SRC)/HOL/Library/OptionalSugar.thy 
-	@$(USEDIR) HOL Sugar
-	@rm -f Sugar/document/isabelle.sty Sugar/document/isabellesym.sty \
-	 Sugar/document/pdfsetup.sty Sugar/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/HOL-Sugar.gz
--- a/doc-src/LaTeXsugar/Sugar/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-no_document use_thys [
-  "~~/src/HOL/Library/LaTeXsugar",
-  "~~/src/HOL/Library/OptionalSugar"
-];
-use_thy "Sugar";
-
--- a/doc-src/Locales/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-
-## targets
-
-default: Locales
-images:
-test: Locales
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-USEDIR = $(ISABELLE_TOOL) usedir -d false -D document
-
-
-## Locales
-
-Locales: $(LOG)/HOL-Locales.gz
-
-HOL:
-	@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL
-
-$(LOG)/HOL-Locales.gz: $(OUT)/HOL Locales/ROOT.ML Locales/Examples.thy \
-  Locales/Examples1.thy Locales/Examples2.thy Locales/Examples3.thy \
-  Locales/document/root.tex Locales/document/root.bib
-	@$(USEDIR) $(OUT)/HOL Locales
-	@rm -f Locales/document/isabelle.sty Locales/document/isabellesym.sty \
-	 Locales/document/pdfsetup.sty
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/HOL-Locales.gz
--- a/doc-src/Locales/Locales/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-use_thy "Examples1";
-use_thy "Examples2";
-use_thy "Examples3";
--- a/doc-src/Main/Docs/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-use_thy "Main_Doc";
--- a/doc-src/Main/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-
-## targets
-
-default: HOL-Docs
-images:
-test: HOL-Docs
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## sessions
-
-HOL-Docs: $(LOG)/HOL-Docs.gz
-
-$(LOG)/HOL-Docs.gz: Docs/Main_Doc.thy Docs/ROOT.ML
-	@$(USEDIR) HOL Docs
-	@rm -f Docs/document/isabelle.sty
-	@rm -f Docs/document/isabellesym.sty
-	@rm -f Docs/document/pdfsetup.sty
-	@rm -f Docs/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/HOL-Docs.gz
--- a/doc-src/ProgProve/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-## targets
-
-default: HOL-ProgProve
-images:
-test: HOL-ProgProve
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## sessions
-
-HOL-ProgProve: $(LOG)/HOL-ProgProve.gz
-
-$(LOG)/HOL-ProgProve.gz: \
-  Thys/Basics.thy \
-  Thys/Bool_nat_list.thy \
-  Thys/Isar.thy \
-  Thys/LaTeXsugar.thy \
-  Thys/Logic.thy \
-  Thys/MyList.thy \
-  Thys/Types_and_funs.thy \
-  Thys/ROOT.ML
-	@$(USEDIR) -s ProgProve HOL Thys
-	@rm -f Thys/document/MyList.tex
-	@rm -f Thys/document/isabelle.sty
-	@rm -f Thys/document/isabellesym.sty
-	@rm -f Thys/document/pdfsetup.sty
-	@rm -f Thys/document/railsetup.sty
-	@rm -f Thys/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/HOL-ProgProve.gz
--- a/doc-src/ProgProve/Thys/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Printer.show_question_marks_default := false;
-
-use_thys [
- "Basics",
- "Bool_nat_list",
- "MyList",
- "Types_and_funs",
- "Logic",
- "Isar"
-];
--- a/doc-src/System/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-
-## targets
-
-default: Pure-System
-images: 
-test: Pure-System
-
-all: images test
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
-
-
-## sessions
-
-Pure-System: $(LOG)/Pure-System.gz
-
-$(LOG)/Pure-System.gz: Thy/ROOT.ML ../antiquote_setup.ML Thy/Base.thy	\
-  Thy/Basics.thy Thy/Misc.thy Thy/Interfaces.thy Thy/Presentation.thy	\
-  Thy/Scala.thy Thy/Sessions.thy
-	@$(USEDIR) -s System Pure Thy
-	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
-	 Thy/document/pdfsetup.sty Thy/document/session.tex
-
-
-## clean
-
-clean:
-	@rm -f $(LOG)/Pure-System.gz
--- a/doc-src/System/Thy/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-use_thys ["Basics", "Interfaces", "Scala", "Sessions", "Presentation", "Misc"];
--- a/doc-src/TutorialI/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-#
-# IsaMakefile for Tutorial
-#
-
-## targets
-
-default: HOL-Tutorial HOL-ToyList2
-images:
-test:
-all: default
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-OPTIONS = -m brackets -i true -d "" -D document -M 1
-USEDIR = @$(ISABELLE_TOOL) usedir $(OPTIONS)
-
-
-## HOL
-
-HOL:
-	@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL
-
-
-## HOL-Tutorial
-
-HOL-Tutorial: HOL $(LOG)/HOL-Tutorial.gz
-
-$(LOG)/HOL-Tutorial.gz: $(OUT)/HOL ROOT.ML Ifexpr/Ifexpr.thy		\
-  ToyList2/ToyList.thy CodeGen/CodeGen.thy Datatype/ABexpr.thy		\
-  Datatype/Nested.thy Datatype/unfoldnested.thy Datatype/Fundata.thy	\
-  Trie/Trie.thy Fun/fun0.thy Advanced/simp2.thy Rules/Basic.thy		\
-  Rules/Blast.thy Rules/Force.thy Rules/Primes.thy Rules/Forward.thy	\
-  Rules/Tacticals.thy Rules/find2.thy Sets/Examples.thy			\
-  Sets/Functions.thy Sets/Recur.thy Sets/Relations.thy CTL/Base.thy	\
-  CTL/PDL.thy CTL/CTL.thy CTL/CTLind.thy Inductive/Even.thy		\
-  Inductive/Mutual.thy Inductive/Star.thy Inductive/AB.thy		\
-  Inductive/Advanced.thy Types/Numbers.thy Types/Pairs.thy		\
-  Types/Records.thy Types/Typedefs.thy Types/Overloading.thy		\
-  Types/Axioms.thy Misc/Tree.thy Misc/Tree2.thy Misc/Plus.thy		\
-  Misc/fakenat.thy Misc/natsum.thy Misc/pairs2.thy Misc/Option2.thy	\
-  Misc/types.thy Misc/prime_def.thy Misc/case_exprs.thy Misc/simp.thy	\
-  Misc/Itrev.thy Misc/AdvancedInd.thy Misc/appendix.thy			\
-  Protocol/Message.thy Protocol/Event.thy Protocol/Public.thy		\
-  Protocol/NS_Public.thy Documents/Documents.thy
-	$(USEDIR) -s Tutorial $(OUT)/HOL .
-
-
-## HOL-ToyList2
-
-HOL-ToyList2: HOL $(LOG)/HOL-ToyList2.gz
-
-ToyList2/ToyList.thy: ToyList2/ToyList1 ToyList2/ToyList2
-	cat ToyList2/ToyList1 ToyList2/ToyList2 > ToyList2/ToyList.thy
-
-$(LOG)/HOL-ToyList2.gz: $(OUT)/HOL ToyList2/ROOT.ML
-	$(USEDIR) $(OUT)/HOL ToyList2
-
-
-## clean
-
-clean:
-	@rm -f tutorial.dvi $(LOG)/HOL-Tutorial.gz $(LOG)/HOL-ToyList2.gz
--- a/doc-src/TutorialI/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-Thy_Output.indent_default := 5;
-
-use_thy "ToyList/ToyList";
-
-use_thy "Ifexpr/Ifexpr";
-
-use_thy "CodeGen/CodeGen";
-
-use_thy "Trie/Trie";
-
-use_thy "Datatype/ABexpr";
-use_thy "Datatype/unfoldnested";
-use_thy "Datatype/Nested";
-use_thy "Datatype/Fundata";
-
-use_thy "Fun/fun0";
-
-use_thy "Advanced/simp2";
-
-use_thy "CTL/PDL";
-use_thy "CTL/CTL";
-use_thy "CTL/CTLind";
-
-use_thy "Inductive/Even";
-use_thy "Inductive/Mutual";
-use_thy "Inductive/Star";
-use_thy "Inductive/AB";
-use_thy "Inductive/Advanced";
-
-use_thy "Misc/Tree";
-use_thy "Misc/Tree2";
-use_thy "Misc/Plus";
-use_thy "Misc/case_exprs";
-use_thy "Misc/fakenat";
-use_thy "Misc/natsum";
-use_thy "Misc/pairs2";
-use_thy "Misc/Option2";
-use_thy "Misc/types";
-use_thy "Misc/prime_def";
-use_thy "Misc/simp";
-use_thy "Misc/Itrev";
-use_thy "Misc/AdvancedInd";
-use_thy "Misc/appendix";
-
-
-Thy_Output.indent_default := 0;
-
-use_thy "Protocol/NS_Public";
-
-use_thy "Documents/Documents";
-
-no_document use_thy "Types/Setup";
-use_thy "Types/Numbers";
-use_thy "Types/Pairs";
-use_thy "Types/Records";
-use_thy "Types/Typedefs";
-use_thy "Types/Overloading";
-use_thy "Types/Axioms";
-
-use_thy "Rules/Basic";
-use_thy "Rules/Blast";
-use_thy "Rules/Force";
-use_thy "Rules/Forward";
-use_thy "Rules/Tacticals";
-use_thy "Rules/find2";
-
-use_thy "Sets/Examples";
-use_thy "Sets/Functions";
-use_thy "Sets/Relations";
-use_thy "Sets/Recur";
-
--- a/doc-src/TutorialI/ToyList2/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-use_thy "ToyList";
--- a/doc-src/ZF/IsaMakefile	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-#
-# IsaMakefile to build the examples for the FOL and ZF manual
-#
-
-## targets
-
-default: ZF-examples
-images:
-test:
-all: default
-
-
-## global settings
-
-SRC = $(ISABELLE_HOME)/src
-OUT = $(ISABELLE_OUTPUT)
-LOG = $(OUT)/log
-USEDIR = @$(ISABELLE_TOOL) usedir -m brackets -i true -d "" -D document
-
-
-## ZF
-
-ZF:
-	@cd $(SRC)/ZF; $(ISABELLE_TOOL) make ZF
-
-
-## ZF-examples
-
-ZF-examples: ZF $(LOG)/ZF-examples.gz
-
-$(LOG)/ZF-examples.gz: $(OUT)/ZF \
-	FOL_examples.thy  IFOL_examples.thy ZF_examples.thy If.thy ROOT.ML 
-	@$(USEDIR) -s examples $(OUT)/ZF .
-	@rm -f document/isabelle.sty
-	@rm -f document/isabellesym.sty
-	@rm -f document/pdfsetup.sty
-	@rm -f document/session.tex
-
-## clean
-
-clean:
-	@rm -f $(LOG)/ZF-examples.gz document/*.tex 
--- a/doc-src/ZF/ROOT.ML	Mon Jul 30 17:03:24 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-use_thy "IFOL_examples";
-use_thy "FOL_examples";
-use_thy "ZF_examples";
-use_thy "If";