removed onsolete pure.thy (cf. Misc.thy);
authorwenzelm
Mon, 02 Jun 2008 23:38:22 +0200
changeset 270480e86aab627f3
parent 27047 2dcdea037385
child 27049 5072d6c77baa
removed onsolete pure.thy (cf. Misc.thy);
doc-src/IsarRef/IsaMakefile
doc-src/IsarRef/Makefile
doc-src/IsarRef/Thy/ROOT.ML
doc-src/IsarRef/isar-ref.tex
     1.1 --- a/doc-src/IsarRef/IsaMakefile	Mon Jun 02 23:12:23 2008 +0200
     1.2 +++ b/doc-src/IsarRef/IsaMakefile	Mon Jun 02 23:38:22 2008 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  $(LOG)/HOL-IsarRef.gz: Thy/ROOT.ML ../antiquote_setup.ML		\
     1.6    Thy/Introduction.thy Thy/Outer_Syntax.thy Thy/Spec.thy Thy/Proof.thy	\
     1.7 -  Thy/pure.thy Thy/Document_Preparation.thy Thy/Generic.thy		\
     1.8 +  Thy/Misc.thy Thy/Document_Preparation.thy Thy/Generic.thy		\
     1.9    Thy/HOL_Specific.thy Thy/Quick_Reference.thy Thy/ML_Tactic.thy
    1.10  	@$(USEDIR) -s IsarRef HOL Thy
    1.11  
     2.1 --- a/doc-src/IsarRef/Makefile	Mon Jun 02 23:12:23 2008 +0200
     2.2 +++ b/doc-src/IsarRef/Makefile	Mon Jun 02 23:38:22 2008 +0200
     2.3 @@ -13,12 +13,12 @@
     2.4  
     2.5  NAME = isar-ref
     2.6  
     2.7 -FILES = isar-ref.tex style.sty basics.tex Thy/document/Generic.tex	\
     2.8 +FILES = isar-ref.tex style.sty Thy/document/Generic.tex			\
     2.9    Thy/document/HOLCF_Specific.tex Thy/document/HOL_Specific.tex		\
    2.10    Thy/document/ML_Tactic.tex Thy/document/Proof.tex			\
    2.11    Thy/document/Quick_Reference.tex Thy/document/Spec.tex		\
    2.12    Thy/document/ZF_Specific.tex Thy/document/Introduction.tex		\
    2.13 -  Thy/document/Document_Preparation.tex Thy/document/pure.tex		\
    2.14 +  Thy/document/Document_Preparation.tex Thy/document/Misc.tex		\
    2.15    Thy/document/Outer_Syntax.tex ../isar.sty ../rail.sty			\
    2.16    ../railsetup.sty ../proof.sty ../iman.sty ../extra.sty ../ttbox.sty	\
    2.17    ../isabelle.sty ../isabellesym.sty ../pdfsetup.sty ../manual.bib
     3.1 --- a/doc-src/IsarRef/Thy/ROOT.ML	Mon Jun 02 23:12:23 2008 +0200
     3.2 +++ b/doc-src/IsarRef/Thy/ROOT.ML	Mon Jun 02 23:38:22 2008 +0200
     3.3 @@ -9,7 +9,7 @@
     3.4  use_thy "Spec";
     3.5  use_thy "Proof";
     3.6  use_thy "Document_Preparation";
     3.7 -use_thy "pure";
     3.8 +use_thy "Misc";
     3.9  use_thy "Generic";
    3.10  use_thy "HOL_Specific";
    3.11  use_thy "Quick_Reference";
     4.1 --- a/doc-src/IsarRef/isar-ref.tex	Mon Jun 02 23:12:23 2008 +0200
     4.2 +++ b/doc-src/IsarRef/isar-ref.tex	Mon Jun 02 23:38:22 2008 +0200
     4.3 @@ -78,8 +78,8 @@
     4.4  \input{Thy/document/Outer_Syntax.tex}
     4.5  \input{Thy/document/Spec.tex}
     4.6  \input{Thy/document/Proof.tex}
     4.7 -\input{Thy/document/pure.tex}
     4.8  \input{Thy/document/Document_Preparation.tex}
     4.9 +\input{Thy/document/Misc.tex}
    4.10  \input{Thy/document/Generic.tex}
    4.11  \input{Thy/document/HOL_Specific.tex}
    4.12  \input{Thy/document/HOLCF_Specific.tex}