diff --git a/common/makefile b/common/makefile index ef1e4e3..3c1d500 100644 --- a/common/makefile +++ b/common/makefile @@ -65,7 +65,7 @@ # '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 +2LATEX = $(shell which rst2latex.py rst2latex 2>/dev/null | head -n 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)