Fix `make lint' for the handbook by hiding the index behind a

parameter entity.
This commit is contained in:
Murray Stokely 2001-10-04 09:40:31 +00:00
parent e724fc9019
commit 04a95c21db
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10868
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.49 2001/09/11 02:32:32 murray Exp $
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.50 2001/09/17 09:45:01 murray Exp $
#
# This include file <doc.docbook.mk> handles building and installing of
# DocBook documentation in the FreeBSD Documentation Project.
@ -281,6 +281,7 @@ INDEX_SGML?= index.sgml
CLEANFILES+= ${INDEX_SGML}
.if defined(GEN_INDEX)
JADEFLAGS+= -i chap.index
HTML_SPLIT_INDEX?= html-split.index
HTML_INDEX?= html.index
PRINT_INDEX?= print.index