summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-10 16:10:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-10 16:10:28 -0700
commitf13effec22fe78e32b0802dbd66610ed4c80c2a0 (patch)
tree04de93a6d54f0ff90bc89f69dbb72b95dc850879 /Mkfiles
parentc11e23004f1be93779017ca71848ed0901486f82 (diff)
downloadnasm-f13effec22fe78e32b0802dbd66610ed4c80c2a0.tar.gz
doc: add the option to generate an uncompressed PDF
An uncompressed PDF is about twice as big, but if one is using an external compression program (e.g. .pdf.xz) it compresses far better. Use it for the RPM specfile. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/msvc.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index a718348d..8ddafdf0 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -344,7 +344,8 @@ strip:
# Abuse doc/Makefile.in to build nasmdoc.pdf only
docs:
- cd doc && $(MAKE) /f Makefile.in srcdir=. top_srcdir=.. PERL=$(PERL) nasmdoc.pdf
+ cd doc && $(MAKE) /f Makefile.in srcdir=. top_srcdir=.. \
+ PERL=$(PERL) PDFOPT= nasmdoc.pdf
everything: all docs nsis