Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 20:07:17 +0100
From:      Francesco Casadei <fcasadei@inwind.it>
To:        G D McKee <freebsd@gdmckee.com>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Documentation
Message-ID:  <20010107200717.A758@junior.kasby>
In-Reply-To: <000d01c078d5$eba4ff00$0500a8c0@gdmckee.local>; from freebsd@gdmckee.com on Sun, Jan 07, 2001 at 06:16:14PM -0000
References:  <000d01c078d5$eba4ff00$0500a8c0@gdmckee.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 07, 2001 at 06:16:14PM -0000, G D McKee wrote:
> Hi
> 
> I have supped the whole of the docs tree.  What software do I need to use to
> convert them to html.  Or where can I find out how to configure Apache to
> handle sgml.
> 
> Gordon
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> end of the original message

Install docproj-1.1 (the "meta-port" for the FreeBSD Documentation Project)
from the ports:

$ cd /usr/ports/textproc/docproj
$ make install clean

cvsup the docs and then:

$ cd /usr/doc
$ make install clean

to build and install all languages.

If you want to build and install only a specified language define the
variable DOC_LANG, e.g:

make DOC_LANG=en_US.ISO_8859-1 install clean

or put it in /etc/make.conf

The docs will be installed in /usr/share/doc.

$ ls -l /usr/share/doc
total 6
drwxr-xr-x   4 root  wheel  512 Oct  1 03:31 bind
lrwxr-xr-x   1 root  wheel   16 Jan  6 21:59 en -> en_US.ISO_8859-1
drwxr-xr-x   4 root  wheel  512 Dec 24 16:14 en_US.ISO_8859-1
lrwxr-xr-x   1 root  wheel   26 Jan  6 21:59 faq ->
en_US.ISO_8859-1/books/faq
lrwxr-xr-x   1 root  wheel   31 Jan  6 21:59 handbook ->
en_US.ISO_8859-1/books/
handbook
drwxr-xr-x   2 root  wheel  512 Dec 22 20:28 papers
drwxr-xr-x  16 root  wheel  512 Dec 22 20:28 psd
drwxr-xr-x  15 root  wheel  512 Dec 22 20:28 smm
drwxr-xr-x  13 root  wheel  512 Dec 22 20:28 usd

If you want to read the latest version of the handbook point your browser at
file:/usr/share/doc/handbook/index.html

Hope this helps.

	Francesco Casadei



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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