Added rule for dvi->pdf.
1 parent da0c3fa commit 7e56811bf35d7efd33cbbd8bfeea601a5b04937c
@tundra tundra authored on 1 May 2006
Showing 1 changed file
View
5
makefile
# Build a release of tperimeter using 'make'
# $Id: makefile,v 1.109 2006/05/01 01:12:07 tundra Exp $
# $Id: makefile,v 1.110 2006/05/01 05:15:21 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
rst2html.py $< >$@
 
%.latex: %.txt
rst2latex.py $< >$@
 
%.pdf: %.dvi
@dvipdf $< $@
 
%.pdf: %.ps
@gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=$@ $<