doc-src/Intro/Makefile
author clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624 33b9b5da3e6f
parent 603 62b44d488af6
child 1053 a19fbe807f91
permissions -rw-r--r--
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities

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


FILES =  intro.tex foundations.tex getting.tex advanced.tex \
	 ../iman.sty ../extra.sty

intro.dvi.gz:   $(FILES) 
	latex209 intro
	bibtex intro
	latex209 intro
	latex209 intro
	../sedindex intro
	latex209 intro
	gzip -f intro.dvi