diff --git a/makefile b/makefile index 76898e0..9b7bd2b 100644 --- a/makefile +++ b/makefile @@ -6,9 +6,9 @@ # # For Program Updates See: http://www.tundraware.com/Software/tmkproject # -# $Id: makefile,v 1.110 2012/09/06 15:39:41 tundra Exp $ +# $Id: makefile,v 1.111 2013/03/04 20:49:28 tundra Exp $ -CVSID='$Id: makefile,v 1.110 2012/09/06 15:39:41 tundra Exp $' +CVSID='$Id: makefile,v 1.111 2013/03/04 20:49:28 tundra Exp $' # Uncomment One Of The Following For Early Releases @@ -69,7 +69,7 @@ # 'make'. This is irritating. 2HTML = $(shell which rst2html.py rst2html | tr '\012' ' ' | awk '{print $$1}') -2LATEX = $(shell which rst2latex.py rst2latex | tr '\012' ' ' | awk '{print $$1}') --stylesheet=parskip +2LATEX = $(shell which rst2latex.py rst2latex | tr '\012' ' ' | awk '{print $$1}') --stylesheet=parskip --latex-preamble="\usepackage{fullpage}" 2ODT = $(shell which rst2odt.py rst2odt | tr '\012' ' ' | awk '{print $$1}') 2MAN = $(shell which rst2man.py rst2man | tr '\012' ' ' | awk '{print $$1}')