Fixed .pdf generation rule to depend on .latex not .txt.
1 parent c91bc16 commit 2d3fd0963e0078284b02e29d6c3320ff4d4438fd
@tundra tundra authored on 20 Jul 2010
Showing 1 changed file
View
4
makefile
# Produce Various Output Formats From A Restructured Text Source Document
# $Id: makefile,v 1.102 2010/07/16 22:41:01 tundra Exp $
# $Id: makefile,v 1.103 2010/07/20 14:08:19 tundra Exp $
 
 
#####
# Setup The Project Here
 
%.odt : %.txt
${2ODT} <$*.txt >$*.odt
 
%.pdf : %.txt
%.pdf : %.latex
${PDFLATEX} $*.latex
 
%.ps : %.dvi
${DVIPS} $*.dvi