doc-src/Functions/Makefile
author wenzelm
Wed, 21 Jul 2010 13:55:44 +0200
changeset 37866 cd1d1bc7684c
parent 30226 2f4684e2ea95
child 42511 bf89455ccf9d
permissions -rw-r--r--
thy_deps: more direct comparison of sessions, which is presumably what "unfold" is meant to indicate here -- also avoid referring to accidental theory loader state;

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