doc-src/Ref/Makefile
author wenzelm
Wed, 05 May 1999 18:35:41 +0200
changeset 6600 5a94bd71cc41
parent 5548 5cd3396802f5
child 6618 13293a7d4a57
permissions -rw-r--r--
improved Makefile;

#
# $Id$
#

## targets

default: dvi
dist: dvi


## dependencies

include ../Makefile.in

NAME = ref
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

dvi: $(NAME).dvi

$(NAME).dvi: $(FILES) isabelle.eps
	touch $(NAME).ind
	$(LATEX) $(NAME)
	$(RAIL) $(NAME)
	$(BIBTEX) $(NAME)
	$(LATEX) $(NAME)
	$(LATEX) $(NAME)
	$(SEDINDEX) $(NAME)
	$(LATEX) $(NAME)