doc-src/Intro/Makefile
author wenzelm
Thu, 20 Feb 1997 14:59:02 +0100
changeset 2656 71097a167f0b
parent 1053 a19fbe807f91
child 2663 3ca200d880f4
permissions -rw-r--r--
made a bit more robust;

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


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

intro.dvi:   $(FILES) 
	-rm intro.dvi*
	latex209 intro
	-test -f string.bib && bibtex intro
	latex209 intro
	latex209 intro
	../sedindex intro
	latex209 intro

intro.dvi.gz: intro.dvi
	gzip -f intro.dvi