doc-src/Intro/Makefile
author wenzelm
Sun, 28 Dec 1997 14:56:44 +0100
changeset 4487 9b4c1db5aca1
parent 3164 ddb0b1fdfdea
child 5170 33fbffd06c12
permissions -rw-r--r--
renamed Symtab.null to Symtab.empty;

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

dist:   $(FILES)
	-rm intro.dvi*
	latex intro
	latex intro
	../sedindex intro
	latex intro

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