doc-src/IsarOverview/Isar/document/Makefile
author wenzelm
Thu, 29 Oct 2009 16:15:33 +0100
changeset 33314 53d49370f7af
parent 26913 67040326ab7a
child 42637 381fdcab0f36
permissions -rw-r--r--
modernized functor/structures Interpretation;

#
# $Id$
#

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