diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-02-27 15:16:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-03 08:35:26 +0000 |
commit | e267a8641e11991cb31e09b1f230461155d137c1 (patch) | |
tree | 0b8edcf2491c8e10f5449ac2c44971d3d36fdcb8 /documentation/Makefile | |
parent | 0a8957fa94cdcdcf79b2b14bb1cc98237acc3986 (diff) | |
download | poky-e267a8641e11991cb31e09b1f230461155d137c1.tar.gz |
Makefile: Set params to suppress numbering in quick build doc.
(From yocto-docs rev: a7a744c01a6ea1550d900d6f53b5d6a774eeeeaa)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-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 \ |