From owner-freebsd-questions@FreeBSD.ORG Sat Apr 21 12:22:19 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8FF4C106564A for ; Sat, 21 Apr 2012 12:22:19 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4C68FC15 for ; Sat, 21 Apr 2012 12:22:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q3LCMGD6057359; Sat, 21 Apr 2012 06:22:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q3LCMGh4057356; Sat, 21 Apr 2012 06:22:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 21 Apr 2012 06:22:16 -0600 (MDT) From: Warren Block To: Polytropon In-Reply-To: <20120421080406.2364338b.freebsd@edvax.de> Message-ID: References: <20120421080406.2364338b.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-1536615169-1335010936=:57298" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 21 Apr 2012 06:22:16 -0600 (MDT) Cc: FreeBSD Questions , Antonio Olivares Subject: Re: find sources to build Handbook and FAQ for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2012 12:22:19 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---902635197-1536615169-1335010936=:57298 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Sat, 21 Apr 2012, Polytropon wrote: > On Sat, 21 Apr 2012 00:50:20 -0500, Antonio Olivares wrote: >> On Fri, Apr 20, 2012 at 8:45 PM, Warren Block wrote: >>> On Fri, 20 Apr 2012, Antonio Olivares wrote: >>> >>>> Does anyone know where the source(s) for the FreeBSD Handbook and >>>> FreeBSD FAQ are found? >>> >>> >>> SGML source is in /usr/doc/en_US.ISO8859-1/books/handbook/ and >>> /usr/doc/en_US.ISO8859-1/books/faq/, or other subdirectories under /usr/doc >>> for other languages.  There's build infrastructure in /usr/doc/share. >> >> [olivares@tricorehome ~]$ cd /usr/doc/share >> bash: cd: /usr/doc/share: No such file or directory >> [olivares@tricorehome ~]$ cd /usr/doc/ >> bash: cd: /usr/doc/: No such file or directory > > See the /usr/ports/misc/freebsd-doc* ports. They will install > the documentation in a freebsd/ subtree at the obvious location. > > % ls /usr/local/share/doc/freebsd > de@ en@ faq@ > de_DE.ISO8859-1/ en_US.ISO8859-1/ handbook@ > > As you can see from this example, I have the "en" and "de" > languages installed. The articles/ and books/ subtrees will > contain the HTML files. These are ported versions (snapshots). The live doc source is in CVS and can be fetched with csup. ---902635197-1536615169-1335010936=:57298--