doc-src/Ref/Makefile
author wenzelm
Mon, 24 Aug 1998 19:13:00 +0200
changeset 5372 610abcc48c5d
parent 5170 33fbffd06c12
child 5374 6ef3742b6153
permissions -rw-r--r--
SYNC;

#  $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 ../proof.sty ../iman.sty ../extra.sty

ref.dvi.gz:   $(FILES) 
	@ln -sf ../isabelle.eps .
	-rm ref.dvi*
	latex ref
	rail ref
	bibtex ref
	latex ref
	latex ref
	../sedindex ref
	latex ref
	gzip -f ref.dvi

dist:   $(FILES) 
	@ln -sf ../isabelle.eps .
	-rm ref.dvi*
	latex ref
	latex ref
	../sedindex ref
	latex ref

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