doc-src/Functions/Makefile
author blanchet
Tue, 30 Aug 2011 16:23:25 +0200
changeset 44598 b054ca3f07b5
parent 42637 381fdcab0f36
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 = functions

FILES = $(NAME).tex Thy/document/Functions.tex intro.tex conclusion.tex \
  style.sty ../iman.sty ../extra.sty ../isar.sty \
  ../../lib/texinputs/isabelle.sty ../../lib/texinputs/isabellesym.sty ../pdfsetup.sty \
  ../manual.bib ../proof.sty

dvi: $(NAME).dvi

$(NAME).dvi: $(FILES) isabelle_isar.eps
	$(LATEX) $(NAME)
	$(BIBTEX) $(NAME)
	$(LATEX) $(NAME)
	$(LATEX) $(NAME)

pdf: $(NAME).pdf

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