doc-src/IsarOverview/Isar/document/Makefile
author krauss
Tue, 02 Aug 2011 11:52:57 +0200
changeset 44014 88bd7d74a2c1
parent 42637 381fdcab0f36
permissions -rw-r--r--
moved recursion combinator to HOL/Library/Wfrec.thy -- it is so fundamental and well-known that it should survive recdef


## targets

default: dvi

## dependencies

include ../../../Makefile.in

dvi: ../../isar-overview.dvi

../../isar-overview.dvi: *.tex *.bib
	$(LATEX) root
	$(BIBTEX) root
	$(LATEX) root
	$(LATEX) root
	mv root.dvi ../../isar-overview.dvi

pdf: ../../isar-overview.pdf

../../isar-overview.pdf: *.tex *.bib
	$(PDFLATEX) root
	$(BIBTEX) root
	$(PDFLATEX) root
	$(PDFLATEX) root
	mv root.pdf ../../isar-overview.pdf