Select the right .index file depending on whether the output is being
chunked or not.
This commit is contained in:
parent
74a066fbfc
commit
53c24748d7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9625
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.30 2001/05/22 03:32:17 dd Exp $ -->
|
||||
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.31 2001/06/02 23:02:13 dd Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
|
@ -74,6 +74,11 @@
|
|||
(define ($email-footer$)
|
||||
(empty-sosofo))
|
||||
|
||||
(define html-index-filename
|
||||
(if nochunks
|
||||
"html.index"
|
||||
"html-split.index"))
|
||||
|
||||
<!-- This code handles displaying $email-footer$ at the bottom
|
||||
of each page.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue