diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-06-11 15:27:23 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-11 15:27:23 +0100 |
commit | d9062199b4ab4fcd7fd9adf16d8c0f3bbbbc9108 (patch) | |
tree | e0285c49a8216d51d4872d8f13d12e38b3033d49 /handbook | |
parent | da8139499d1e79b7e27db207e367ac767b64ab24 (diff) | |
download | poky-d9062199b4ab4fcd7fd9adf16d8c0f3bbbbc9108.tar.gz |
handbook: Fix generation of HTML handbook
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r-- | handbook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/handbook/Makefile b/handbook/Makefile index 5dff1a8742..502c951a7a 100644 --- a/handbook/Makefile +++ b/handbook/Makefile | |||
@@ -9,7 +9,8 @@ pdf: | |||
9 | XSLTOPTS = --stringparam html.stylesheet style.css \ | 9 | XSLTOPTS = --stringparam html.stylesheet style.css \ |
10 | --stringparam chapter.autolabel 1 \ | 10 | --stringparam chapter.autolabel 1 \ |
11 | --stringparam appendix.autolabel 1 \ | 11 | --stringparam appendix.autolabel 1 \ |
12 | --stringparam section.autolabel 1 | 12 | --stringparam section.autolabel 1 \ |
13 | --xinclude | ||
13 | 14 | ||
14 | ## | 15 | ## |
15 | # These URI should be rewritten by your distribution's xml catalog to | 16 | # These URI should be rewritten by your distribution's xml catalog to |