Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2000 19:20:31 +0100
From:      Nik Clayton <nik@freebsd.org>
To:        Paul Richards <paul@originative.co.uk>
Cc:        doc@freebsd.org
Subject:   Re: Default path settings
Message-ID:  <20000421192030.A30157@catkin.nothing-going-on.org>
In-Reply-To: <39004FD3.680FE08F@originative.co.uk>; from paul@originative.co.uk on Fri, Apr 21, 2000 at 01:55:47PM %2B0100
References:  <39004FD3.680FE08F@originative.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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/<lang>/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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000421192030.A30157>