From owner-freebsd-questions Sun Jan 7 11:11:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.inwind.it (relay4.inwind.it [212.141.53.75]) by hub.freebsd.org (Postfix) with ESMTP id EF88137B400 for ; Sun, 7 Jan 2001 11:10:54 -0800 (PST) Received: from [62.98.59.246] (62.98.59.246) by relay4.inwind.it (5.1.056) id 3A4B0A720028599C for freebsd-questions@FreeBSD.ORG; Sun, 7 Jan 2001 20:10:53 +0100 Received: (qmail 830 invoked by uid 1001); 7 Jan 2001 19:07:17 -0000 Date: Sun, 7 Jan 2001 20:07:17 +0100 From: Francesco Casadei To: G D McKee Cc: freebsd-questions Subject: Re: Documentation Message-ID: <20010107200717.A758@junior.kasby> Mail-Followup-To: G D McKee , freebsd-questions References: <000d01c078d5$eba4ff00$0500a8c0@gdmckee.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000d01c078d5$eba4ff00$0500a8c0@gdmckee.local>; from freebsd@gdmckee.com on Sun, Jan 07, 2001 at 06:16:14PM -0000 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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