diff --git a/makefile b/makefile index 2725342..a155fa3 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Produce Various Output Formats From A Restructured Text Source Document -# $Id: makefile,v 1.102 2013/03/25 19:27:08 tundra Exp $ +# $Id: makefile,v 1.103 2014/08/23 00:36:10 tundra Exp $ ##### @@ -51,7 +51,7 @@ # on any platform, we have to check for this every time we run the # 'make'. This is irritating. -2HTML = $(shell which rst2html.py rst2html | tr '\012' ' ' | awk '{print $$1}') +2HTML = $(shell which rst2html.py rst2html | tr '\012' ' ' | awk '{print $$1}') --no-compact-lists 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}')