Browse Source

[1367] Sections are now numbered in BIND10 Guide

Tomek Mrugalski 13 years ago
parent
commit
77c469b9c3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      doc/guide/Makefile.am

+ 2 - 0
doc/guide/Makefile.am

@@ -11,6 +11,8 @@ bind10-guide.html: bind10-guide.xml
 	xsltproc --novalid --xinclude --nonet \
 		--path $(top_builddir)/doc \
 		-o $@ \
+		--stringparam section.autolabel 1 \
+		--stringparam section.label.includes.component.label 1 \
 		--stringparam html.stylesheet $(srcdir)/bind10-guide.css \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
 		$(srcdir)/bind10-guide.xml