From owner-freebsd-doc Fri Apr 21 12: 5: 6 2000 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id EB79D37B537 for ; Fri, 21 Apr 2000 12:04:53 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id TAA31475; Fri, 21 Apr 2000 19:20:32 +0100 (BST) (envelope-from nik) Date: Fri, 21 Apr 2000 19:20:31 +0100 From: Nik Clayton To: Paul Richards Cc: doc@freebsd.org Subject: Re: Default path settings Message-ID: <20000421192030.A30157@catkin.nothing-going-on.org> References: <39004FD3.680FE08F@originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39004FD3.680FE08F@originative.co.uk>; from paul@originative.co.uk on Fri, Apr 21, 2000 at 01:55:47PM +0100 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 21, 2000 at 01:55:47PM +0100, Paul Richards wrote: > I'd like to suggest the following change. It makes it easier to use > docbook for writing your own docs without having to worry about setting > up lots of variables. You can still overide it if you want ot use a > different .dsl file. > > > diff -r1.10 doc.docbook.mk > 52,53c52,53 > < DSLHTML?= ${.CURDIR}/../../share/sgml/freebsd.dsl > < DSLPRINT?= ${.CURDIR}/../../share/sgml/freebsd.dsl > --- > > DSLHTML?= ${DOC_PREFIX}/share/sgml/freebsd.dsl > > DSLPRINT?= ${DOC_PREFIX}/share/sgml/freebsd.dsl No. At least, not in the form above. The lines you want to replace are looking for the freebsd.dsl file in doc//share/sgml/freebsd.dsl, and not doc/share/sgml/freebsd.dsl (which is what your patch would do). This is because each language has its own .dsl file, so that we can keep per-language customisations separate. If you're planning on using doc.docbook.mk for your own documents then you are going to have to redefine DSLHTML and DSLPRINT accordingly. We should probably document this in doc.docbook.mk. Any recommendations for the text? N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message