doc-src/TutorialI/OverviewMakefile
author wenzelm
Tue, 02 Oct 2001 20:23:33 +0200
changeset 11651 201b3f76c7b7
parent 11235 860c65c7388a
child 13238 a6cb18a25cbb
permissions -rw-r--r--
support non-oriented infix;


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