From owner-freebsd-doc@FreeBSD.ORG Mon Aug 22 20:32:55 2005 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B002D16A41F for ; Mon, 22 Aug 2005 20:32:55 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C185F43D49 for ; Mon, 22 Aug 2005 20:32:54 +0000 (GMT) (envelope-from lgusenet@be-well.ilk.org) Received: (qmail 31461 invoked from network); 22 Aug 2005 20:32:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2005 20:32:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 06B3B3F3; Mon, 22 Aug 2005 16:32:53 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Simon L. Nielsen" References: <44slx1svdz.fsf@be-well.ilk.org> <20050822181113.GB853@zaphod.nitro.dk> From: Lowell Gilbert Date: 22 Aug 2005 16:32:52 -0400 In-Reply-To: <20050822181113.GB853@zaphod.nitro.dk> Message-ID: <44irxxsoej.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-doc@freebsd.org Subject: Re: problems building website X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 20:32:55 -0000 "Simon L. Nielsen" writes: > On 2005.08.22 14:02:00 -0400, Lowell Gilbert wrote: > > I can't seem to build the www collection. The only faintly unusual > > thing I'm doing is using openjade, but that part seems to go fine. > > It's the installation of the documents that fails; apparently because > > it's trying to install the documents to the wrong directory. > > > > Can anyone explain what else I should be doing? > > I think the problem is rather magic use of DESTDIR in the doc/www > build. Try setting DESTDIR as an environment variable instead, that > might fix it, though I haven't tried - I just have my webserver point > to the default dir. Aha. You are correct. I submitted a patch for the instructions with this and one other small change, as PR 85232. Thank you!