From owner-freebsd-doc Tue Jun 26 13:16: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 0EBE037B405; Tue, 26 Jun 2001 13:16:04 -0700 (PDT) (envelope-from murray@meow.osd.bsdi.com) Received: (from murray@localhost) by meow.osd.bsdi.com (8.11.3/8.11.2) id f5QKFs838632; Tue, 26 Jun 2001 13:15:54 -0700 (PDT) (envelope-from murray) Date: Tue, 26 Jun 2001 13:15:54 -0700 From: Murray Stokely To: Nik Clayton Cc: freebsd-doc@freebsd.org Subject: Re: Indexing the Handbook Message-ID: <20010626131554.I34150@meow.osd.bsdi.com> References: <20010625103230.F16384@meow.osd.bsdi.com> <20010625203914.A341@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010625203914.A341@canyon.nothing-going-on.org>; from nik@freebsd.org on Mon, Jun 25, 2001 at 08:39:14PM +0100 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jun 25, 2001 at 08:39:14PM +0100, Nik Clayton wrote: > I'm thinking we might leave GEN_INDEX off by default in the Makefiles, > and turn it on when doing 'official' web builds. It drastically > increases the build time for documents with lots of index entries. GEN_INDEX doesn't control whether or not book.sgml looks for index.sgml, so if we do this, we will have to commit a null index.sgml file or add more intelligence in the GEN_INDEX case. What we really need is a conditional entity, &chap.index, that varies depending on whether GEN_INDEX is set. I'm sure this can be done, but I don't know how. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message