diff --git a/makefile b/makefile index 4e73cc5..df352fe 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Produce Various Output Formats From A Restructured Text Source Document -# $Id: makefile,v 1.106 2015/04/15 22:45:26 tundra Exp $ +# $Id: makefile,v 1.107 2015/04/15 22:57:39 tundra Exp $ ##### @@ -55,7 +55,7 @@ # on any platform, we have to check for this every time we run the # 'make'. This is irritating. -2BEAMER = $(shell which rst2beamer.py rst2beamer | tr '\012' ' ' | awk '{print $$1}') --theme=Warsaw +2BEAMER = $(shell which rst2beamer.py rst2beamer | tr '\012' ' ' | awk '{print $$1}') --theme=Warsaw --stylesheet=parskip 2DOC = soffice --headless --convert-to doc 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}"