ZF/Inductive.thy,.ML: renamed from "inductive" to allow re-building without
the keyword "inductive" making the theory file fail
ZF/Makefile: now has Inductive.thy,.ML
ZF/Datatype,Finite,Zorn: depend upon Inductive
ZF/intr_elim: now checks that the inductive name does not clash with
existing theory names
ZF/ind_section: deleted things replicated in Pure/section_utils.ML
ZF/ROOT: now loads Pure/section_utils
#!/bin/sh
#make-dist <DIR>
#make a distribution directory of Isabelle sources. Example:
# rm -r /usr/groups/theory/isabelle/91
# make-dist /usr/groups/theory/isabelle/91
#BEFORE MAKING A NEW DISTRIBUTION VERSION, CHECK...
# * that make-all works perfectly
# * that README files are up-to-date
# * that the version number has been updated
#This version copies EVERYTHING!!!!!!!!!!!!!!!!
set -e #terminate if error
#Pure Isabelle
mkdir ${1?'No destination directory specified'}
cp -ipr . $1
#TO WRITE POLY/ML AND ISABELLE TAPES, USE SHELL SCRIPT write-dist
#TO PACK FOR EMAIL, USE SHELL SCRIPTS make-emaildist, send-emaildist