doc-src/TutorialI/OverviewMakefile
author kleing
Mon, 15 Oct 2001 21:04:32 +0200
changeset 11787 85b3735a51e1
parent 11235 860c65c7388a
child 13238 a6cb18a25cbb
permissions -rw-r--r--
canonical 'cases'/'induct' rules for n-tuples (n=3..7) (really belongs to theory Product_Type, but doesn't work there yet)


## targets

default: Overview
images: 
test: Overview

all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISATOOL) usedir -i true -d dvi -D document


## Overview

Overview: $(LOG)/HOL-Overview.gz

$(LOG)/HOL-Overview.gz: Overview/ROOT.ML Overview/document/root.tex Overview/*.thy
	@$(USEDIR) HOL Overview


## clean

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