Changed name to conform to new docutils rst2* convention.
1 parent 505fc74 commit 08372736ce5706e382ebac746e28a551e88e6bbf
@tundra tundra authored on 18 Nov 2010
Showing 1 changed file
View
6
makefile
# Build a release of tperimeter using 'make'
# $Id: makefile,v 1.115 2006/09/25 19:37:29 tundra Exp $
# $Id: makefile,v 1.116 2010/11/18 16:12:05 tundra Exp $
# Requires a modern 'make' like GNU.
 
 
# Uncomment One Of The Following For Early Releases
%.html: %.1
@manserver $< >$@
 
%.html: %.txt
rst2html.py $< >$@
rst2html $< >$@
 
%.latex: %.txt
rst2latex.py $< >$@
rst2latex $< >$@
 
%.pdf: %.dvi
@dvipdf $< $@