The following commit has been merged in the master branch:
commit 881c687635ea86ddc5323ca87b7a60a4169c6141
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sat Jan 4 22:28:26 2014 +0100

    Increase TOC section depth from 2 to 4.

diff --git a/Makefile b/Makefile
index 0046c2f..a86d585 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,9 @@ PUBLISHDIR=/home/groups/pkg-grass/htdocs
 all: policy
 
 policy:
-       xsltproc --output policy.html \
+       xsltproc \
+               --param toc.section.depth 4 \
+               --output policy.html \
                /usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl 
\
                policy.xml 2>/dev/null
 

-- 
pkg-grass website

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to