Fix `make lint' for the handbook by hiding the index behind a
parameter entity.
This commit is contained in:
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
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.115 2001/09/18 20:11:49 murray Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.116 2001/09/27 01:08:57 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
|
@ -48,6 +48,7 @@
|
||||||
<!ENTITY % chap.bibliography "IGNORE">
|
<!ENTITY % chap.bibliography "IGNORE">
|
||||||
<!ENTITY % chap.eresources "IGNORE">
|
<!ENTITY % chap.eresources "IGNORE">
|
||||||
<!ENTITY % chap.pgpkeys "IGNORE">
|
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||||
|
<!ENTITY % chap.index "IGNORE">
|
||||||
|
|
||||||
]>
|
]>
|
||||||
|
|
||||||
|
@ -182,7 +183,7 @@
|
||||||
<![ %chap.bibliography; [ &chap.bibliography; ]]>
|
<![ %chap.bibliography; [ &chap.bibliography; ]]>
|
||||||
<![ %chap.eresources; [ &chap.eresources; ]]>
|
<![ %chap.eresources; [ &chap.eresources; ]]>
|
||||||
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
||||||
&chap.index;
|
<![ %chap.index; [ &chap.index; ]]>
|
||||||
</part>
|
</part>
|
||||||
&chap.colophon;
|
&chap.colophon;
|
||||||
</book>
|
</book>
|
||||||
|
|
|
@ -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
|
# This include file <doc.docbook.mk> handles building and installing of
|
||||||
# DocBook documentation in the FreeBSD Documentation Project.
|
# DocBook documentation in the FreeBSD Documentation Project.
|
||||||
|
@ -281,6 +281,7 @@ INDEX_SGML?= index.sgml
|
||||||
CLEANFILES+= ${INDEX_SGML}
|
CLEANFILES+= ${INDEX_SGML}
|
||||||
|
|
||||||
.if defined(GEN_INDEX)
|
.if defined(GEN_INDEX)
|
||||||
|
JADEFLAGS+= -i chap.index
|
||||||
HTML_SPLIT_INDEX?= html-split.index
|
HTML_SPLIT_INDEX?= html-split.index
|
||||||
HTML_INDEX?= html.index
|
HTML_INDEX?= html.index
|
||||||
PRINT_INDEX?= print.index
|
PRINT_INDEX?= print.index
|
||||||
|
|
Loading…
Reference in a new issue