diff --git a/makefile b/makefile index b3ae8bd..a3a45fa 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Build a release of 'tsshbatch' using 'make' -# $Id: makefile,v 1.102 2012/06/09 03:04:20 tundra Exp $ +# $Id: makefile,v 1.103 2014/12/04 19:56:10 tundra Exp $ # Requires a modern 'make' like GNU. # Uncomment One Of The Following For Early Releases @@ -57,8 +57,8 @@ # on any platform, we have to check for this every time we run the # 'make'. This is irritating. -2HTML = $(shell which rst2html.py rst2html 2>/dev/null | head -n 1) -2LATEX = $(shell which rst2latex.py rst2latex 2>/dev/null | head -n 1) --stylesheet=parskip +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 2>/dev/null | head -n 1) 2MAN = $(shell which rst2man.py rst2man 2>/dev/null | head -n 1)