doc-src/TutorialI/OverviewMakefile
author nipkow
Mon, 01 Jul 2002 12:50:35 +0200
changeset 13261 a0460a450cf9
parent 13238 a6cb18a25cbb
permissions -rw-r--r--
fixed problem with linear arith.

## 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 ps -D document -v true


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