From 92ee38410f9ef0737a425b082783e818c6f6cc5b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Feb 2018 13:20:27 -0800 Subject: brief-yoctoprojectqs, Makefile: New "First Build" article. I have created an brief article in the form of current YP docs that is a pared down version of the Quick Start (pre 2.5 release). The article fills a gap for a short (2-page), process-oriented article that steps the user through an initial build using YP. I had to make changes to the Makefile to support building the new article. (From yocto-docs rev: 47aace60cea4a892ae1efabb050b240c6abdaec9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index bb8d6a5749..b55dddb85e 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -84,6 +84,21 @@ # for the 'denzil' branch. # +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 \ + --xinclude +ALLPREQ = html tarball +TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \ + figures/yocto-project-transp.png +MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse +FIGURES = figures +STYLESHEET = $(DOC)/*.css + +endif + ifeq ($(DOC),getting-started) XSLTOPTS = --xinclude ALLPREQ = html eclipse tarball @@ -384,9 +399,9 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl all: $(ALLPREQ) pdf: -ifeq ($(DOC),yocto-project-qs) +ifeq ($(DOC),yocto-project-qs brief-yoctoprojectqs) @echo " " - @echo "ERROR: You cannot generate a yocto-project-qs PDF file." + @echo "ERROR: You cannot generate yocto-project-qs or brief-yoctoprojectqs PDF files." @echo " " else ifeq ($(DOC),mega-manual) -- cgit v1.2.3-54-g00ecf