doc-src/IsarOverview/IsaMakefile
author wenzelm
Thu, 09 Sep 2010 18:04:35 +0200
changeset 39235 cda88e68106d
parent 30458 804de935c328
permissions -rw-r--r--
Meson.make_clauses_unsorted: removed spurious debug code stemming from 5146d640aa4a -- must not handle arbitrary exceptions in user space;

## 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