From af19a75d6182e9ef31bb4234ebeece147ddedafb Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 7 Sep 2004 22:35:02 +0000 Subject: [PATCH] Change chunking depth to "chapter". git-svn-id: http://svn.osgeo.org/postgis/trunk@778 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 408064f44..70ed95ff8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,7 +7,8 @@ postgis-out.xml: postgis.xml html: postgis-out.xml xsltproc \ - --stringparam shade.verbatim 1 \ + --param shade.verbatim 1 \ + --param chunk.section.depth 0 \ --stringparam html.stylesheet style.css \ /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl \ $< -- 2.49.0