From ee81c2b29083f7432c00e5d3e1f60b5d97eb2392 Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Tue, 8 Jul 2008 05:15:57 +0000 Subject: [PATCH] modified toc top generation level param git-svn-id: http://svn.osgeo.org/postgis/trunk@2832 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 24d260351..5a636b357 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -15,8 +15,7 @@ XSLBASE = @XSLBASE@ 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 chunk.section.depth 0 XSLTPROC_HTMLOPTS = \ --stringparam html.stylesheet style.css \ -- 2.50.1