From f5d24f0574f86f7142beba1631e21e269b88551f Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 11 Jun 2010 15:27:23 +0100 Subject: handbook: Fix generation of HTML handbook Signed-off-by: Joshua Lock --- handbook/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handbook/Makefile b/handbook/Makefile index 5dff1a8742..502c951a7a 100644 --- a/handbook/Makefile +++ b/handbook/Makefile @@ -9,7 +9,8 @@ pdf: XSLTOPTS = --stringparam html.stylesheet style.css \ --stringparam chapter.autolabel 1 \ --stringparam appendix.autolabel 1 \ - --stringparam section.autolabel 1 + --stringparam section.autolabel 1 \ + --xinclude ## # These URI should be rewritten by your distribution's xml catalog to -- cgit v1.2.3-54-g00ecf