Makefile: Removed yocto-project-qs

This file is not part of 2.5.

(From yocto-docs rev: a0ad3a90869c7dca729cce7db5fb7004e0272211)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-04-10 11:03:27 -07:00
committed by Richard Purdie
parent ca3325e800
commit d937581c8a

View File

@@ -48,7 +48,7 @@
# Examples: # Examples:
# #
# make DOC=bsp-guide # make DOC=bsp-guide
# make html DOC=yocto-project-qs # make html DOC=brief-yoctoprojectqs
# make pdf DOC=ref-manual # make pdf DOC=ref-manual
# make DOC=dev-manual BRANCH=edison # make DOC=dev-manual BRANCH=edison
# make DOC=mega-manual BRANCH=denzil # make DOC=mega-manual BRANCH=denzil
@@ -56,7 +56,7 @@
# The first example generates the HTML and Eclipse help versions of the BSP Guide. # The first example generates the HTML and Eclipse help versions of the BSP Guide.
# The second example generates the HTML version only of the Quick Start. Note # The second example generates the HTML version only of the Quick Start. Note
# that the Quick Start only has an HTML version available. So, the # that the Quick Start only has an HTML version available. So, the
# 'make DOC=yocto-project-qs' command would be equivalent. The third example # 'make DOC=brief-yoctoprojectqs' command would be equivalent. The third example
# generates just the PDF version of the Yocto Project Reference Manual. # generates just the PDF version of the Yocto Project Reference Manual.
# The fourth example generates the HTML 'edison' version and (if available) # The fourth example generates the HTML 'edison' version and (if available)
# the Eclipse help version of the YP Development Tasks Manual. The last example # the Eclipse help version of the YP Development Tasks Manual. The last example
@@ -372,9 +372,9 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
all: $(ALLPREQ) all: $(ALLPREQ)
pdf: pdf:
ifeq ($(DOC),yocto-project-qs brief-yoctoprojectqs) ifeq ($(DOC),brief-yoctoprojectqs)
@echo " " @echo " "
@echo "ERROR: You cannot generate yocto-project-qs or brief-yoctoprojectqs PDF files." @echo "ERROR: You cannot generate a PDF file for brief-yoctoprojectqs."
@echo " " @echo " "
else ifeq ($(DOC),mega-manual) else ifeq ($(DOC),mega-manual)
@@ -418,7 +418,7 @@ eclipse: eclipse-generate eclipse-resolve-links
.PHONY : eclipse-generate eclipse-resolve-links .PHONY : eclipse-generate eclipse-resolve-links
eclipse-generate: eclipse-generate:
ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual yocto-project-qs),) ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-dev profile-manual ref-manual brief-yoctoprojectqs),)
@echo " " @echo " "
@echo "ERROR: You can only create eclipse documentation" @echo "ERROR: You can only create eclipse documentation"
@echo " of the following documentation parts:" @echo " of the following documentation parts:"
@@ -429,7 +429,7 @@ ifeq ($(filter $(DOC), getting-started sdk-manual bsp-guide dev-manual kernel-de
@echo " - kernel-dev" @echo " - kernel-dev"
@echo " - profile-manual" @echo " - profile-manual"
@echo " - ref-manual" @echo " - ref-manual"
@echo " - yocto-project-qs" @echo " - brief-yoctoprojectqs"
@echo " " @echo " "
else else
@echo " " @echo " "