Catch up with the changes made to the Handbook makefile. Make the
index a parameter entity that is only included if -i chap.index is added to the command line (handled automatically in the GEN_INDEX=true case).
This commit is contained in:
parent
0361e0a8d3
commit
cbaac8819e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11248
2 changed files with 4 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
|||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> %authors
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"> %mailing-lists;
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
@ -307,7 +308,7 @@
|
|||
|
||||
</bibliography>
|
||||
|
||||
&chap.index;
|
||||
<![ %chap.index; [ &chap.index; ]]>
|
||||
</part>
|
||||
|
||||
</book>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> %authors
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"> %mailing-lists;
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
@ -307,7 +308,7 @@
|
|||
|
||||
</bibliography>
|
||||
|
||||
&chap.index;
|
||||
<![ %chap.index; [ &chap.index; ]]>
|
||||
</part>
|
||||
|
||||
</book>
|
||||
|
|
Loading…
Reference in a new issue