diff --git a/makefile b/makefile
index d645fe8..0e1e133 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 # 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 $
 
 
 #####
@@ -80,7 +80,7 @@
 %.odt : %.txt
 	${2ODT} <$*.txt >$*.odt
 
-%.pdf : %.txt
+%.pdf : %.latex
 	${PDFLATEX} $*.latex
 
 %.ps : %.dvi