doc-src/IsarOverview/IsaMakefile
author kleing
Wed, 20 Jul 2005 07:40:23 +0200
changeset 16895 df67fc190e06
parent 16521 ad77345f1db8
child 17124 19ea4a0f4ec9
permissions -rw-r--r--
Sort search results in order of relevance, where relevance = a) better if 0 premises for intro or 1 premise for elim/dest rules b) better if substitution size wrt to current goal is smaller Only applies to intro, dest, elim, and simp (contributed by Rafal Kolanski, NICTA)

## targets

default: Isar

## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISATOOL) usedir -H false -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


## clean

clean:
	@rm -f $(LOG)/HOL-Isar.gz