diff options
author | Mark Morton <Mark.Morton@windriver.com> | 2020-06-16 14:14:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-17 16:45:36 +0100 |
commit | 444666faa47186d30d222eb0ebe4a25f1649f6e5 (patch) | |
tree | 8b015da9e69d16981f58fe42bdbe0bb96ad5d4e8 /documentation/Makefile | |
parent | 04118df8b08c19f3c9872d67aaa96cb5d183a0f5 (diff) | |
download | poky-444666faa47186d30d222eb0ebe4a25f1649f6e5.tar.gz |
New source files and Makefile update for Test Manual
(From yocto-docs rev: d7cff640569a5772f3c366b4136762628fca534d)
Signed-off-by: Mark Morton <mark.morton@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 2f7292214f..6a369637f5 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -358,6 +358,16 @@ STYLESHEET = $(DOC)/*.css | |||
358 | endif | 358 | endif |
359 | 359 | ||
360 | 360 | ||
361 | ifeq ($(DOC),test-manual) | ||
362 | XSLTOPTS = --xinclude | ||
363 | ALLPREQ = html tarball | ||
364 | TARFILES = test-manual.html test-manual-style.css \ | ||
365 | figures/test-manual-title.png figures/ab-test-cluster.png | ||
366 | MANUALS = $(DOC)/$(DOC).html | ||
367 | FIGURES = figures | ||
368 | STYLESHEET = $(DOC)/*.css | ||
369 | endif | ||
370 | |||
361 | ## | 371 | ## |
362 | # These URI should be rewritten by your distribution's xml catalog to | 372 | # These URI should be rewritten by your distribution's xml catalog to |
363 | # match your locally installed XSL stylesheets. | 373 | # match your locally installed XSL stylesheets. |