From 444666faa47186d30d222eb0ebe4a25f1649f6e5 Mon Sep 17 00:00:00 2001 From: Mark Morton Date: Tue, 16 Jun 2020 14:14:50 -0700 Subject: New source files and Makefile update for Test Manual (From yocto-docs rev: d7cff640569a5772f3c366b4136762628fca534d) Signed-off-by: Mark Morton Signed-off-by: Richard Purdie --- documentation/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'documentation/Makefile') 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 endif +ifeq ($(DOC),test-manual) +XSLTOPTS = --xinclude +ALLPREQ = html tarball +TARFILES = test-manual.html test-manual-style.css \ + figures/test-manual-title.png figures/ab-test-cluster.png +MANUALS = $(DOC)/$(DOC).html +FIGURES = figures +STYLESHEET = $(DOC)/*.css +endif + ## # These URI should be rewritten by your distribution's xml catalog to # match your locally installed XSL stylesheets. -- cgit v1.2.3-54-g00ecf