diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-09-30 11:36:26 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 10:40:23 +0100 |
commit | f0500bc699dde873d099cfb80f3b8faffcbd998a (patch) | |
tree | 196b8ce590f032da5d6a3ff7ff188a05d982848e /handbook | |
parent | 03ecd2a3f4926b43f7813d542453d9945c19a903 (diff) | |
download | poky-f0500bc699dde873d099cfb80f3b8faffcbd998a.tar.gz |
handbook: Fix section numbering
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handbook/Makefile b/handbook/Makefile index ee549f1cbf..4b3035e796 100644 --- a/handbook/Makefile +++ b/handbook/Makefile | |||
@@ -8,6 +8,7 @@ XSLTOPTS = --stringparam html.stylesheet style.css \ | |||
8 | --stringparam chapter.autolabel 1 \ | 8 | --stringparam chapter.autolabel 1 \ |
9 | --stringparam appendix.autolabel 1 \ | 9 | --stringparam appendix.autolabel 1 \ |
10 | --stringparam section.autolabel 1 \ | 10 | --stringparam section.autolabel 1 \ |
11 | --stringparam section.label.includes.component.label 1 \ | ||
11 | --xinclude | 12 | --xinclude |
12 | 13 | ||
13 | ## | 14 | ## |