doc-src/AxClass/Makefile
author oheimb
Tue, 07 Apr 1998 13:46:05 +0200
changeset 4800 97c3a45d092b
parent 3167 4e1eae442821
child 6599 dc5bf3f40ad3
permissions -rw-r--r--
replaced option_map_SomeD by option_map_eq_Some (RS iffD1) added option_map_eq_Some to simpset(), option_map_eq_Some RS iffD1 to claset()

#  $Id$
#########################################################################
#									#
#	Makefile for the report "Introduction to Isabelle"		#
#									#
#########################################################################


FILES =  axclass.tex style.tex

axclass.dvi.gz:   $(FILES)
	-rm axclass.dvi*
	latex axclass
	latex axclass
	gzip -f axclass.dvi

dist:   $(FILES)
	-rm axclass.dvi*
	latex axclass
	latex axclass

clean:
	@rm *.aux *.log