diff options
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index bb8d6a5749..b55dddb85e 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -84,6 +84,21 @@ | |||
| 84 | # for the 'denzil' branch. | 84 | # for the 'denzil' branch. |
| 85 | # | 85 | # |
| 86 | 86 | ||
| 87 | ifeq ($(DOC),brief-yoctoprojectqs) | ||
| 88 | XSLTOPTS = --stringparam html.stylesheet brief-yoctoprojectqs-style.css \ | ||
| 89 | --stringparam chapter.autolabel 1 \ | ||
| 90 | --stringparam section.autolabel 1 \ | ||
| 91 | --stringparam section.label.includes.component.label 1 \ | ||
| 92 | --xinclude | ||
| 93 | ALLPREQ = html tarball | ||
| 94 | TARFILES = brief-yoctoprojectqs-style.css brief-yoctoprojectqs.html figures/ypqs-title.png \ | ||
| 95 | figures/yocto-project-transp.png | ||
| 96 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | ||
| 97 | FIGURES = figures | ||
| 98 | STYLESHEET = $(DOC)/*.css | ||
| 99 | |||
| 100 | endif | ||
| 101 | |||
| 87 | ifeq ($(DOC),getting-started) | 102 | ifeq ($(DOC),getting-started) |
| 88 | XSLTOPTS = --xinclude | 103 | XSLTOPTS = --xinclude |
| 89 | ALLPREQ = html eclipse tarball | 104 | ALLPREQ = html eclipse tarball |
| @@ -384,9 +399,9 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl | |||
| 384 | all: $(ALLPREQ) | 399 | all: $(ALLPREQ) |
| 385 | 400 | ||
| 386 | pdf: | 401 | pdf: |
| 387 | ifeq ($(DOC),yocto-project-qs) | 402 | ifeq ($(DOC),yocto-project-qs brief-yoctoprojectqs) |
| 388 | @echo " " | 403 | @echo " " |
| 389 | @echo "ERROR: You cannot generate a yocto-project-qs PDF file." | 404 | @echo "ERROR: You cannot generate yocto-project-qs or brief-yoctoprojectqs PDF files." |
| 390 | @echo " " | 405 | @echo " " |
| 391 | 406 | ||
| 392 | else ifeq ($(DOC),mega-manual) | 407 | else ifeq ($(DOC),mega-manual) |
