From owner-cvs-all Sun Jul 16 9:32:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DBC637B9EE; Sun, 16 Jul 2000 09:32:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49869; Sun, 16 Jul 2000 09:32:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161632.JAA49869@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:32:29 -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 X-Loop: FreeBSD.ORG nik 2000/07/16 09:32:29 PDT Modified files: share/mk doc.docbook.mk Log: Support library images. Do this by 1. Listing LIB_IMAGES as a dependency on certain targets, to ensure that library images are pulled in correctly. 2. Create a new FORMAT, html.tar, to cater for the case where we might be producing a single .html file, but we need to tar that up for distribution and the tar file needs to include all the images. 3. Update the various install-* targets to include the images. 4. Update the package-* targets to include the images While I'm here, pull out the .doc target. For some reason I thought our tool chain could produce Microsoft Word .doc files. It can't. Revision Changes Path 1.13 +29 -11 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message