From 692f6631a2b9e63fb70612d848bae8fb1d652567 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 15 May 2002 18:32:41 +0000 Subject: [PATCH] One day this will make ps2pdf optmimize the output PDF... --- doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4