diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index b55dddb85e..6e2308ff29 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -86,9 +86,9 @@ | |||
86 | 86 | ||
87 | ifeq ($(DOC),brief-yoctoprojectqs) | 87 | ifeq ($(DOC),brief-yoctoprojectqs) |
88 | XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ | 88 | XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ |
89 | --stringparam chapter.autolabel 1 \ | 89 | --stringparam chapter.autolabel 0 \ |
90 | --stringparam section.autolabel 1 \ | 90 | --stringparam section.autolabel 0 \ |
91 | --stringparam section.label.includes.component.label 1 \ | 91 | --stringparam section.label.includes.component.label 0 \ |
92 | --xinclude | 92 | --xinclude |
93 | ALLPREQ = html tarball | 93 | ALLPREQ = html tarball |
94 | TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \ | 94 | TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \ |