diff --git a/makefile b/makefile index 206bff8..d117f26 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Produce Various Output Formats From A Restructured Text Source Document -# $Id: makefile,v 1.100 2013/02/05 19:03:55 tundra Exp $ +# $Id: makefile,v 1.101 2013/03/04 20:35:28 tundra Exp $ ##### @@ -42,7 +42,7 @@ # RST Filter And Needed Program Locations 2HTML = rst2html.py -2LATEX = rst2latex.py --stylesheet=parskip +2LATEX = rst2latex.py --stylesheet=parskip --latex-preamble="\usepackage{fullpage}" 2ODT = rst2odt.py 2MAN = rst2man.py @@ -66,7 +66,7 @@ ${2HTML} <$*.rst >$*.html %.latex : %.rst - ${2LATEX} --latex-preamble="\usepackage{fullpage}" $*.rst >$*.latex + ${2LATEX} $*.rst >$*.latex %.1 : %.rst ${2MAN} <$*.rst >$*.1