From owner-cvs-doc@FreeBSD.ORG Thu Aug 12 15:09:06 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CA7616A4CE; Thu, 12 Aug 2004 15:09:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A81743D5D; Thu, 12 Aug 2004 15:09:06 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7CF96Vd027718; Thu, 12 Aug 2004 15:09:06 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7CF95AH027717; Thu, 12 Aug 2004 15:09:05 GMT (envelope-from blackend) Message-Id: <200408121509.i7CF95AH027717@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 12 Aug 2004 15:09:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/mk doc.docbook.mk X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 15:09:06 -0000 blackend 2004-08-12 15:09:05 UTC FreeBSD doc repository Modified files: share/mk doc.docbook.mk Log: Fix the RTF build: Jade is not able to embed images but links them instead, so images have to be installed with the .rtf document (it's similar to the HTML case). I added a new format: rtf.tar which is a better solution than using rtf since the images are not embedded. make FORMATS=rtf.tar is your friend :) Revision Changes Path 1.115 +22 -2 doc/share/mk/doc.docbook.mk