From owner-cvs-all Mon Apr 22 2: 3:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 711D937B417; Mon, 22 Apr 2002 02:03:48 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3M8x4939655; Mon, 22 Apr 2002 01:59:04 -0700 (PDT) (envelope-from murray) Message-Id: <200204220859.g3M8x4939655@freefall.freebsd.org> From: Murray Stokely Date: Mon, 22 Apr 2002 01:59:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/04/22 01:59:03 PDT Modified files: share/mk doc.docbook.mk Log: Add a new print-output build variable for the doc project, 'RLE'. If defined, EPS files are run length encoded before being integrated into the PostScript output. "make book.ps" currently generates a 96 megabyte file. "make RLE=1 book.ps" generates a 16 megabyte file. If we added a tool to use better (LZW) compression for the eps screenshots and such, then we could reduce this number further. Revision Changes Path 1.64 +6 -0 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message