From e267a8641e11991cb31e09b1f230461155d137c1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 27 Feb 2018 15:16:58 -0800 Subject: Makefile: Set params to suppress numbering in quick build doc. (From yocto-docs rev: a7a744c01a6ea1550d900d6f53b5d6a774eeeeaa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index b55dddb85e..6e2308ff29 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -86,9 +86,9 @@ ifeq ($(DOC),brief-yoctoprojectqs) XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ - --stringparam chapter.autolabel 1 \ - --stringparam section.autolabel 1 \ - --stringparam section.label.includes.component.label 1 \ + --stringparam chapter.autolabel 0 \ + --stringparam section.autolabel 0 \ + --stringparam section.label.includes.component.label 0 \ --xinclude ALLPREQ = html tarball TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \ -- cgit v1.2.3-54-g00ecf