doc-src/Functions/Makefile
author wenzelm
Thu, 26 Jul 2012 17:32:28 +0200
changeset 48521 0e4bb86c74fd
parent 42637 381fdcab0f36
permissions -rw-r--r--
adhoc reordering to prevent implicit side-effects of some theories in Types, Rules, Sets;


## 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)