summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-27 15:16:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:26 +0000
commite267a8641e11991cb31e09b1f230461155d137c1 (patch)
tree0b8edcf2491c8e10f5449ac2c44971d3d36fdcb8 /documentation/Makefile
parent0a8957fa94cdcdcf79b2b14bb1cc98237acc3986 (diff)
downloadpoky-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/Makefile6
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
87ifeq ($(DOC),brief-yoctoprojectqs) 87ifeq ($(DOC),brief-yoctoprojectqs)
88XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ 88XSLTOPTS = --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
93ALLPREQ = html tarball 93ALLPREQ = html tarball
94TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \ 94TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \