doc-src/Ref/Makefile
author lcp
Tue, 25 Apr 1995 11:14:03 +0200
changeset 1072 0140ff702b23
parent 1053 a19fbe807f91
child 1111 ba34f9764816
permissions -rw-r--r--
updated version

#  $Id$
#########################################################################
#									#
#	Makefile for the report "The Isabelle Reference Manual"		#
#									#
#########################################################################


FILES =  ref.tex introduction.tex goals.tex tactic.tex tctical.tex\
         thm.tex theories.tex defining.tex syntax.tex substitution.tex\
         simplifier.tex classical.tex\
	 ../iman.sty ../extra.sty

ref.dvi.gz:   $(FILES) 
	-rm ref.dvi.gz
	latex209 ref
	bibtex ref
	latex209 ref
	latex209 ref
	../sedindex ref
	latex209 ref
	gzip -f ref.dvi