summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-01-03 12:03:35 +0000
committernik <nik@FreeBSD.org>2001-01-03 12:03:35 +0000
commit5d39a29e7ba4f39f10337110c213fe38b97fb87d (patch)
treeef5b76237d591dc303c88eccc022f8303fcc1c6a /textproc
parent83e7358265afbef6264ea6544a168830abb32f96 (diff)
downloadFreeBSD-ports-5d39a29e7ba4f39f10337110c213fe38b97fb87d.zip
FreeBSD-ports-5d39a29e7ba4f39f10337110c213fe38b97fb87d.tar.gz
Fix generation of table of contents when generating HTML output. Bump
PORTREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dsssl-docbook-modular/Makefile1
-rw-r--r--textproc/dsssl-docbook-modular/files/patch-ab12
2 files changed, 13 insertions, 0 deletions
diff --git a/textproc/dsssl-docbook-modular/Makefile b/textproc/dsssl-docbook-modular/Makefile
index c58cc83..c82e27e 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 0000000..32555fc
--- /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)
OpenPOWER on IntegriCloud