doc-src/Ref/Makefile
author clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624 33b9b5da3e6f
parent 604 df621b2535aa
child 1053 a19fbe807f91
permissions -rw-r--r--
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities

#  $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) 
	latex209 ref
	bibtex ref
	latex209 ref
	latex209 ref
	../sedindex ref
	latex209 ref
	gzip -f ref.dvi