Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 1999 13:48:38 +0100
From:      Nik Clayton <nik@freebsd.org>
To:        Mark Ovens <mark@ukug.uk.freebsd.org>
Cc:        doc@freebsd.org
Subject:   Re: How to build DocBook docs?
Message-ID:  <19990823134838.A2121@catkin.nothing-going-on.org>
In-Reply-To: <19990822235910.F271@marder-1>; from Mark Ovens on Sun, Aug 22, 1999 at 11:59:11PM %2B0100
References:  <19990822235910.F271@marder-1>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 22, 1999 at 11:59:11PM +0100, Mark Ovens wrote:
> Are there any instructions anywhere on building the new (DocBook)
> docs? I can build the LinuxDoc ones OK, but the DocBook ones just
> generates lots of errors from jade, like:
> 
> cannot open "/usr/local/share/sgml/docbook/dsssl/modular/catalog" (No such file or directory)

Take a look in /var/db/pkg, and pkg_delete(1) anything you have installed 
with "docbook" in the package name (docbook-*, and dsssl-docbook-* probably).

Then

    # cd /usr/ports/textproc
    # cd docbook
    # make install
    # cd ../dsssl-docbook-modular
    # make install

That should fix it.

N
-- 
 [intentional self-reference] can be easily accommodated using a blessed,
 non-self-referential dummy head-node whose own object destructor severs
 the links.
    -- Tom Christiansen in <375143b5@cs.colorado.edu>


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?19990823134838.A2121>