doc-src/Intro/Makefile
author paulson
Wed, 05 Aug 1998 10:57:25 +0200
changeset 5253 82a5ca6290aa
parent 5170 33fbffd06c12
child 5374 6ef3742b6153
permissions -rw-r--r--
New record type of programs

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


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

intro.dvi.gz:   $(FILES)
	@ln -sf ../isabelle.eps .
	-rm intro.dvi*
	latex intro
	bibtex intro
	latex intro
	latex intro
	../sedindex intro
	latex intro
	gzip -f intro.dvi

dist:   $(FILES)
	@ln -sf ../isabelle.eps .
	-rm intro.dvi*
	latex intro
	latex intro
	../sedindex intro
	latex intro

clean:
	@rm *.aux *.log *.toc *.idx