- Remove index-related bits; indexes are now enabled by default
This commit is contained in:
parent
439a4926dd
commit
69b5fa65aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42436
2 changed files with 0 additions and 18 deletions
|
@ -23,9 +23,6 @@
|
||||||
# them need to be generated. Changing any file in
|
# them need to be generated. Changing any file in
|
||||||
# SRCS causes the documents to be rebuilt.
|
# SRCS causes the documents to be rebuilt.
|
||||||
#
|
#
|
||||||
# HAS_INDEX This document has index terms and so an index
|
|
||||||
# can be created if specified with GEN_INDEX.
|
|
||||||
#
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -34,11 +31,6 @@
|
||||||
# EXTRA_CATALOGS Additional catalog files that should be used by
|
# EXTRA_CATALOGS Additional catalog files that should be used by
|
||||||
# any XML processing applications.
|
# any XML processing applications.
|
||||||
#
|
#
|
||||||
# GEN_INDEX If this document has an index (HAS_INDEX) and this
|
|
||||||
# variable is defined, then index.xml will be added
|
|
||||||
# to the list of dependencies for source files, and
|
|
||||||
# collateindex.pl will be run to generate index.xml.
|
|
||||||
#
|
|
||||||
# CSS_SHEET Full path to a CSS stylesheet suitable for DocBook.
|
# CSS_SHEET Full path to a CSS stylesheet suitable for DocBook.
|
||||||
# Default is ${DOC_PREFIX}/share/misc/docbook.css
|
# Default is ${DOC_PREFIX}/share/misc/docbook.css
|
||||||
#
|
#
|
||||||
|
@ -96,14 +88,6 @@ CSS_SHEET?= ${DOC_PREFIX}/share/misc/docbook.css
|
||||||
#
|
#
|
||||||
NO_SUBDIR= YES
|
NO_SUBDIR= YES
|
||||||
|
|
||||||
#
|
|
||||||
# Index generation
|
|
||||||
#
|
|
||||||
|
|
||||||
.if defined(GEN_INDEX)
|
|
||||||
XSLTPROCOPTS+= --param generate.index "1"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Look at ${FORMATS} and work out which documents need to be generated.
|
# Look at ${FORMATS} and work out which documents need to be generated.
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
<xsl:param name="section.autolabel" select="1"/>
|
<xsl:param name="section.autolabel" select="1"/>
|
||||||
<xsl:param name="section.label.includes.component.label" select="1"/>
|
<xsl:param name="section.label.includes.component.label" select="1"/>
|
||||||
|
|
||||||
<xsl:param name="generate.index" select="0"/>
|
|
||||||
|
|
||||||
<xsl:param name="graphic.default.extension">png</xsl:param>
|
<xsl:param name="graphic.default.extension">png</xsl:param>
|
||||||
|
|
||||||
<!-- No links in TOC -->
|
<!-- No links in TOC -->
|
||||||
|
|
Loading…
Reference in a new issue