From 87a68d9e9a939a41d543d4407c6fd8b992ee41ab Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 21 Sep 2004 19:10:41 +0000 Subject: [PATCH] Add section autolabelling to printed output git-svn-id: http://svn.osgeo.org/postgis/trunk@868 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index 9ce7c1481..c2f879c00 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -29,6 +29,7 @@ postgis.fo: postgis-out.xml xsltproc \ --output $@ \ --param shade.verbatim 1 \ + --param section.autolabel 1 \ --param chunk.section.depth 0 \ /usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl \ $< -- 2.50.1