moved theorem tags from Drule to PureThy;
replaced kind attribute by kind string;
tuned name_multi: index > 1 only;
added note_thmss_qualified (from Isar/locale.ML);
## targets
default: Locales
images:
test: Locales
all: images test
## global settings
SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISATOOL) usedir -d false -D document
## Locales
Locales: $(LOG)/HOL-Locales.gz
HOL:
@cd $(SRC)/HOL; $(ISATOOL) make HOL
$(LOG)/HOL-Locales.gz: $(OUT)/HOL Locales/ROOT.ML Locales/Locales.thy \
Locales/document/root.tex Locales/document/root.bib
@$(USEDIR) $(OUT)/HOL Locales
## clean
clean:
@rm -f $(LOG)/HOL-Locales.gz