doc-src/IsarOverview/Isar/document/Makefile
author blanchet
Mon, 04 Apr 2011 18:53:35 +0200
changeset 42227 662b50b7126f
parent 26913 67040326ab7a
child 42637 381fdcab0f36
permissions -rw-r--r--
if "monomorphize" is enabled, mangle the type information in the names by default

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