From owner-freebsd-doc@FreeBSD.ORG Sat Aug 13 16:07:50 2005 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19FDB16A41F; Sat, 13 Aug 2005 16:07:50 +0000 (GMT) (envelope-from jcamou@opensea.mephis.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55EDC43D46; Sat, 13 Aug 2005 16:07:49 +0000 (GMT) (envelope-from jcamou@opensea.mephis.org) Received: from opensea.mephis.org ([69.242.232.11]) by comcast.net (sccrmhc13) with ESMTP id <2005081316074701300l8f2ge>; Sat, 13 Aug 2005 16:07:48 +0000 Received: from opensea.mephis.org (localhost [127.0.0.1]) by opensea.mephis.org (8.13.3/8.13.3) with ESMTP id j7DGB84J003449; Sat, 13 Aug 2005 09:11:08 -0700 (MST) (envelope-from jcamou@opensea.mephis.org) Received: (from jcamou@localhost) by opensea.mephis.org (8.13.3/8.13.3/Submit) id j7DGB7cY003448; Sat, 13 Aug 2005 09:11:07 -0700 (MST) (envelope-from jcamou) Date: Sat, 13 Aug 2005 09:11:06 -0700 From: "Jesus R. Camou" To: Ceri Davies , "Simon L. Nielsen" , doc@FreeBSD.org Message-ID: <20050813161106.GB199@opensea.mephis.org> References: <5EFD4564-4F2A-410E-A563-ECDDA2EBB42C@submonkey.net> <20050813104049.GA851@zaphod.nitro.dk> <20050813115601.GI55885@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050813115601.GI55885@submonkey.net> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Building all formats X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jcamou@FreeBSD.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2005 16:07:50 -0000 On Sat, Aug 13, 2005 at 12:56:01PM +0100, Ceri Davies wrote: > On Sat, Aug 13, 2005 at 12:40:50PM +0200, Simon L. Nielsen wrote: > > On 2005.08.13 11:12:25 +0100, Ceri Davies wrote: > > > So it's been a while; how do I do a run of the doc tree with all the > > > formats turned on? > > > > I don't think we have a knob that says "enable all formats", but you > > can just set them manually: > > > > make FORMATS="html html.tar html-split html-split.tar txt ps pdf rtf rtf.tar pdb" > > Hmm. Any objections to the attached dirty patch then? > Index: doc.docbook.mk > =================================================================== > RCS file: /home/dcvs/doc/share/mk/doc.docbook.mk,v > retrieving revision 1.119 > diff -u -r1.119 doc.docbook.mk > --- doc.docbook.mk 10 Jan 2005 22:00:58 -0000 1.119 > +++ doc.docbook.mk 13 Aug 2005 11:55:19 -0000 > @@ -190,6 +190,9 @@ > > KNOWN_FORMATS= html html.tar html-split html-split.tar \ > txt rtf rtf.tar ps pdf tex dvi tar pdb > +.if ${FORMATS} == "all" > +FORMATS= ${KNOWN_FORMATS} > +.endif > > CSS_SHEET?= ${DOC_PREFIX}/share/misc/docbook.css > PDFTEX_DEF?= ${DOC_PREFIX}/share/web2c/pdftex.def No objections from me. I tested it seems to work just fine here. :-) -- Jesus R. Camou - jcamou@FreeBSD.org