From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 07:51:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1838716A4CE for ; Wed, 3 Mar 2004 07:51:18 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3E643D1D for ; Wed, 3 Mar 2004 07:51:18 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc12) with ESMTP id <20040303155117014003hqnqe>; Wed, 3 Mar 2004 15:51:17 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 29270E; Wed, 3 Mar 2004 10:51:16 -0500 (EST) Sender: lowell@be-well.ilk.org To: Randy Bush References: <20040130002611.GA17221@teddy.fas.com> <20040303061610.EF55843D39@mx1.FreeBSD.org> <448yiif17t.fsf@be-well.ilk.org> <20040303153736.C77F1D@be-well.no-ip.com> From: Lowell Gilbert Date: 03 Mar 2004 10:51:15 -0500 In-Reply-To: <20040303153736.C77F1D@be-well.no-ip.com> Message-ID: <44brne9bf0.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Free BSD Questions list Subject: Re: Is the handbook no longer installed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 15:51:18 -0000 Randy Bush writes: > one basic question is where is the normal place for the > handbook? is is /usr/doc or /usr/share/doc? an iso > install puts in in /usr/share/doc, and a 'normal' cvsup > puts it in /usr/doc because one normally (yes, there > is no normal:-) has > *default base=/usr The normal place for the sources is /usr/doc, which is what your supfile is doing. [I put mine in /usr/src/doc, but that's just me.] The normal place for the built docs is in /usr/share/doc, which is where the docs build will put it by default.