summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-06-11 15:27:23 +0100
committerJoshua Lock <josh@linux.intel.com>2010-06-14 11:44:56 +0100
commitf5d24f0574f86f7142beba1631e21e269b88551f (patch)
tree9b97040da12ead7a5cc6de4e5a0fd8b14566c478
parentd36f183adef96ccd30016defb5e47374e739b25b (diff)
downloadpoky-f5d24f0574f86f7142beba1631e21e269b88551f.tar.gz
handbook: Fix generation of HTML handbook
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--handbook/Makefile3
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:
9XSLTOPTS = --stringparam html.stylesheet style.css \ 9XSLTOPTS = --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