doc-src/IsarOverview/Makefile
author wenzelm
Fri, 27 Jan 2006 19:03:07 +0100
changeset 18801 b913ce69660c
parent 14003 740788f3f6b7
child 42637 381fdcab0f36
permissions -rw-r--r--
moved theorem tags from Drule to PureThy; replaced kind attribute by kind string; tuned name_multi: index > 1 only; added note_thmss_qualified (from Isar/locale.ML);

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