Date: Fri, 21 Apr 2000 13:55:47 +0100 From: Paul Richards <paul@originative.co.uk> To: doc@freebsd.org Subject: Default path settings Message-ID: <39004FD3.680FE08F@originative.co.uk>
next in thread | raw e-mail | index | archive | help
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
Paul.
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?39004FD3.680FE08F>
