doc-src/Ref/Makefile
author slotosch
Tue, 25 Mar 1997 11:19:09 +0100
changeset 2839 7ca787c6efca
parent 2659 f50eb863599e
child 3098 a31170b67367
permissions -rw-r--r--
changed some theorems from pcpo to cpo

#  $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\
	 ../rail.sty ../proof209.sty ../iman.sty ../extra.sty

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

dist:   $(FILES) 
	-rm ref.dvi*
	latex209 ref
	latex209 ref
	../sedindex ref
	latex209 ref