doc-src/Ref/Makefile
author blanchet
Tue, 30 Aug 2011 16:23:25 +0200
changeset 44598 b054ca3f07b5
parent 42935 e68c3861b8db
child 46269 e75181672150
permissions -rw-r--r--
"simple" was renamed "mono_simple" and there's now "poly_simple" as well -- but they are not needed here since for Metis they amount to the same as guards


## targets

default: dvi


## dependencies

include ../Makefile.in

NAME = ref
FILES = ref.tex tactic.tex tctical.tex thm.tex defining.tex syntax.tex	\
	substitution.tex simplifier.tex classical.tex ../proof.sty	\
	../iman.sty ../extra.sty ../ttbox.sty ../manual.bib

dvi: $(NAME).dvi

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

pdf: $(NAME).pdf

$(NAME).pdf: $(FILES) isabelle.pdf
	$(PDFLATEX) $(NAME)
	$(BIBTEX) $(NAME)
	$(PDFLATEX) $(NAME)
	$(PDFLATEX) $(NAME)
	$(SEDINDEX) $(NAME)
	$(FIXBOOKMARKS) $(NAME).out
	$(PDFLATEX) $(NAME)