diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk index 6ca9eadc17..deb1061329 100644 --- a/share/mk/doc.docbook.mk +++ b/share/mk/doc.docbook.mk @@ -90,6 +90,9 @@ # a book. This option may be an order of magnitude more # CPU intensive than the default build. # +# RLE Use Run-Length Encoding for EPS files, this will +# result in signficiantly smaller PostScript files, +# but may take longer for a printer to process. # # Documents should use the += format to access these. @@ -169,6 +172,9 @@ PRINTOPTS+= -V minimal-section-labels .if defined(TRACE) TEXCMDS+= \tracingstats=${TRACE} .endif +.if defined(RLE) +PNMTOPSFLAGS+= -rle +.endif PERL?= /usr/bin/perl PKG_CREATE?= /usr/sbin/pkg_create