From owner-cvs-all Sun Nov 18 22:11:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0636F37B420; Sun, 18 Nov 2001 22:11:16 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAJ6BGd75694; Sun, 18 Nov 2001 22:11:16 -0800 (PST) (envelope-from murray) Message-Id: <200111190611.fAJ6BGd75694@freefall.freebsd.org> From: Murray Stokely Date: Sun, 18 Nov 2001 22:11:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook Makefile doc/en_US.ISO8859-1/books/handbook Makefile doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/11/18 22:11:16 PST Modified files: en_US.ISO8859-1/books/developers-handbook Makefile en_US.ISO8859-1/books/handbook Makefile share/mk doc.docbook.mk Log: Rework our index support. * Add a new document-specific variable, HAS_INDEX, to specify if a given document is marked up with entries. * Rework the index support so that both HAS_INDEX and GEN_INDEX are checked before trying to generate an index for a document. * Only create index.sgml if both HAS_INDEX and GEN_INDEX are set. This allows us to recursively build the documentation tree with GEN_INDEX=1 and have it only try to create an index (very time consuming) for the few documents that are ready for this. Previously, running "make GEN_INDEX=1" from the top of the doc tree would look for index terms in every single document. With this, I hope we can start building our docs with GEN_INDEX set on freefall so that users browsing the HTML docs will get the benefit of the index we've been hiding in CVS for 6 months. Revision Changes Path 1.10 +2 -2 doc/en_US.ISO8859-1/books/developers-handbook/Makefile 1.52 +2 -0 doc/en_US.ISO8859-1/books/handbook/Makefile 1.57 +9 -10 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message