diff options
Diffstat (limited to 'doc/user/Makefile.am')
-rw-r--r-- | doc/user/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 04d6324..15c4463 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -87,7 +87,7 @@ endif HAVE_LOUT if HAVE_PS2PDF .ps.pdf: - $(PS2PDF) $(@:%.pdf=%.ps) + $(PS2PDF) -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress $(@:%.pdf=%.ps) endif |