diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-15 18:32:41 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-15 18:32:41 +0000 |
commit | 692f6631a2b9e63fb70612d848bae8fb1d652567 (patch) | |
tree | 13acb90d9db2625a7ab17dc2cd80e6ebc933c96b /doc/Makefile.in | |
parent | 916c52e376bf6aa7d49cd597b3c9cb8863584d80 (diff) | |
download | nasm-692f6631a2b9e63fb70612d848bae8fb1d652567.tar.gz nasm-692f6631a2b9e63fb70612d848bae8fb1d652567.tar.bz2 nasm-692f6631a2b9e63fb70612d848bae8fb1d652567.zip |
One day this will make ps2pdf optmimize the output PDF...
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 3e6fbcb..daae4a5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -19,7 +19,7 @@ INSTALL_DATA = @INSTALL_DATA@ PERL = perl MAKEINFO = makeinfo TEXI2DVI = texi2dvi -PS2PDF = ps2pdf # Part of GhostScript +PS2PDF = ps2pdf -dOptimize=true # Part of GhostScript SRCS = nasmdoc.src OUT = nasm.info nasmdoc.ps nasmdoc.pdf |