Add the index entity. This entity points to index.sgml which will be
created automatically by the makefiles either with collageindex.pl or with the touch command, depending on the value of GEN_INDEX. To build the handbook with an index simply type : make GEN_INDEX=1 or for print output : make GEN_INDEX=1 FORMATS=ps by default, the index is turned off since it dramatically increases the time required to build the handbook. PH:
This commit is contained in:
parent
088000e692
commit
44ff5627d0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9821
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.102 2001/06/30 14:46:48 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.103 2001/07/10 02:33:46 murray Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -156,6 +156,7 @@
|
|||
<![ %chap.staff; [ &chap.staff; ]]>
|
||||
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
||||
<![ %chap.hw; [ &chap.hw; ]]>
|
||||
&chap.index;
|
||||
</part>
|
||||
</book>
|
||||
|
||||
|
|
Loading…
Reference in a new issue