doc-src/Ref/Makefile
author paulson
Tue, 16 Jul 1996 15:49:46 +0200
changeset 1868 836950047d85
parent 1111 ba34f9764816
child 2657 448bb82c4003
permissions -rw-r--r--
Put in minimal simpset to avoid excessive simplification, just as in revision 1.9 of HOL/indrule.ML

#  $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 theory-syntax.tex\
	 ../iman.sty ../extra.sty

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