diff options
author | nik <nik@FreeBSD.org> | 2001-01-03 12:03:35 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-01-03 12:03:35 +0000 |
commit | 5d39a29e7ba4f39f10337110c213fe38b97fb87d (patch) | |
tree | ef5b76237d591dc303c88eccc022f8303fcc1c6a | |
parent | 83e7358265afbef6264ea6544a168830abb32f96 (diff) | |
download | FreeBSD-ports-5d39a29e7ba4f39f10337110c213fe38b97fb87d.zip FreeBSD-ports-5d39a29e7ba4f39f10337110c213fe38b97fb87d.tar.gz |
Fix generation of table of contents when generating HTML output. Bump
PORTREVISION.
-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 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) |