From owner-cvs-doc@FreeBSD.ORG Mon May 3 08:11:04 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F7616A4D1; Mon, 3 May 2004 08:11:04 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B4643D3F; Mon, 3 May 2004 08:11:03 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (acs-24-154-235-189.zoominternet.net [24.154.235.189]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i43FB1Hh034326 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 3 May 2004 11:11:02 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Mon, 3 May 2004 11:11:29 -0400 From: Tom Rhodes To: Hiroki Sato Message-Id: <20040503111129.7f7cd310@localhost> In-Reply-To: <20040501.051624.98096522.hrs@eos.ocn.ne.jp> References: <4090E7EB.9030906@FreeBSD.org> <4091EE64.7080402@FreeBSD.org> <20040501.051624.98096522.hrs@eos.ocn.ne.jp> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: [PATCH] Re: cvs commit: doc/en_US.ISO8859-1/books/handbook book.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 15:11:04 -0000 On Sat, 01 May 2004 05:16:24 +0900 (JST) Hiroki Sato wrote: > Denis Peplin wrote > in <4091EE64.7080402@FreeBSD.org>: > > den> Hello! > den> > den> I'm not sure about naming conventions and so, but patch below > den> looks OK for mirrors (relative urls) and for local doc copy > den> (absolute urls). > den> > den> It is possible to include URLS_ABSOLUTE=YES into src/release/Makefile > den> and leave urls relative by default (for mirrors). > > I agree with that in concept, but generating urls.ent on the fly > under ${DOC_PREFIX} is not ${.OBJDIR} clean. While unfortunately > I have no time to make another patch now, I think it can be solved > using the marked section. Catching up on email, couldn't we just add it to the CLEANFILES target? -- Tom Rhodes