doc-src/IsarOverview/Makefile
author wenzelm
Fri, 02 Oct 2009 21:41:57 +0200
changeset 32857 394d37f19e0a
parent 14003 740788f3f6b7
child 42637 381fdcab0f36
permissions -rw-r--r--
Refute.refute_goal: canonical goal addresses from 1 (renamed from refute_subgoal to clarify change in semantics); command 'refute': Proof.flat_goal provides standard view on internally structured Isar goal, suitable for (semi)automated tools;

#
# $Id$
#

## targets

default: dvi

## dependencies

dvi:
	cd Isar/document; make dvi

pdf:
	cd Isar/document; make pdf

clean:
	cd Isar/document; make clean

mrproper:
	rm -f *.pdf *.dvi
	cd Isar/document; make mrproper