doc-src/IsarAdvanced/Functions/Makefile
author wenzelm
Tue, 17 Jul 2007 13:19:20 +0200
changeset 23825 e0372eba47b7
parent 23188 595a0e24bd8e
child 26911 871cc7f11034
permissions -rw-r--r--
simplified loading of ML files -- no static forward references;

#
# $Id$
#

## 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 \
  ../../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)