diff options
author | Nik Clayton <nik@FreeBSD.org> | 2001-01-03 12:03:35 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2001-01-03 12:03:35 +0000 |
commit | eaf66c9894671004c647084793865b2a533bef02 (patch) | |
tree | dac78330dc4f3a7d4345584e7161490271576f00 /textproc/dsssl-docbook-modular | |
parent | As a quick fix, use /tmp instead of the currently hardcoded /usr/tmp. (diff) |
Fix generation of table of contents when generating HTML output. Bump
PORTREVISION.
Diffstat (limited to 'textproc/dsssl-docbook-modular')
-rw-r--r-- | textproc/dsssl-docbook-modular/Makefile | 1 | ||||
-rw-r--r-- | textproc/dsssl-docbook-modular/files/patch-ab | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile index c58cc83d787c..c82e27e805fd 100644 --- a/textproc/dsssl-docbook-modular/Makefile +++ b/textproc/dsssl-docbook-modular/Makefile @@ -7,6 +7,7 @@ PORTNAME= dsssl-docbook-modular PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://nwalsh.com/docbook/dsssl/ DISTNAME= db${PORTVERSION:S/.//g} diff --git a/textproc/dsssl-docbook-modular/files/patch-ab b/textproc/dsssl-docbook-modular/files/patch-ab new file mode 100644 index 000000000000..32555fc470cc --- /dev/null +++ b/textproc/dsssl-docbook-modular/files/patch-ab @@ -0,0 +1,12 @@ +--- html/dbautoc.dsl.old Wed Jan 3 11:55:08 2001 ++++ html/dbautoc.dsl Wed Jan 3 11:55:22 2001 +@@ -53,8 +53,7 @@ + (node-list-filter-by-gi (children nd) + (append (division-element-list) + (component-element-list) +- (section-element-list) +- (list-element-list))))) ++ (section-element-list))))) + (wrappergi (if first? "DIV" "DD")) + (wrapperattr (if first? '(("CLASS" "TOC")) '()))) + (if (or (<= depth 0) |