From: Bborie Park Date: Tue, 14 May 2013 22:38:13 +0000 (+0000) Subject: Allow correct handling of sect2 tags in chunked html X-Git-Tag: 2.1.0beta3~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc94286f94155a1b0e36d4b8d9bb9c253fe1d58;p=postgis Allow correct handling of sect2 tags in chunked html git-svn-id: http://svn.osgeo.org/postgis/trunk@11465 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 9bb9ed68a..beb7b9d16 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -47,7 +47,7 @@ XSLTPROC_COMMONOPTS= \ --param section.autolabel 1 \ --param section.label.includes.component.label 1 \ --param chunk.section.depth 0 \ - --param generate.section.toc.level 1 \ + --param generate.section.toc.level 2 \ --param funcsynopsis.style kr \ --param admon.graphics 1 \ --param admon.textlabel 0 \