doc-src/Intro/Makefile
author paulson
Mon, 09 Sep 1996 11:08:01 +0200
changeset 1962 e60a230da179
parent 1053 a19fbe807f91
child 2656 71097a167f0b
permissions -rw-r--r--
Corrected associativity: must be to right, as the type dictatess

#  $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) 
	-rm intro.dvi.gz
	latex209 intro
	bibtex intro
	latex209 intro
	latex209 intro
	../sedindex intro
	latex209 intro
	gzip -f intro.dvi