dynamic exec state lookup for implicit position information (e.g. 'definition' without binding);
## targets
default: Isar
## global settings
SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISABELLE_TOOL) usedir -i false -g false -d false -D document -v true
## Isar
Isar: $(LOG)/HOL-Isar.gz
$(LOG)/HOL-Isar.gz: Isar/ROOT.ML Isar/document/intro.tex \
Isar/document/root.tex Isar/document/root.bib Isar/*.thy
@$(USEDIR) HOL Isar
@rm -f Isar/document/isabelle.sty Isar/document/isabellesym.sty \
Isar/document/pdfsetup.sty Isar/document/session.tex
## clean
clean:
@rm -f $(LOG)/HOL-Isar.gz