doc-src/Intro/Makefile
author lcp
Fri, 14 Apr 1995 11:20:53 +0200
changeset 1053 a19fbe807f91
parent 603 62b44d488af6
child 2656 71097a167f0b
permissions -rw-r--r--
Removes (obsolete) target if already present.

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