summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-15 06:19:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:22 +0100
commit3b706163ae403fd01cd404b491eb626908df39a7 (patch)
treee2788aa534e0eba6c7011e40ba8d106b6e1cad24 /documentation/Makefile
parenteefc83bd033da0a3d97b6e69b6fcb82c1651e95f (diff)
downloadpoky-3b706163ae403fd01cd404b491eb626908df39a7.tar.gz
documentation/Makefile: Added support for YP Dev Manual.
(From yocto-docs rev: a10ec0aed26f75605b6113b5ed16934bc2b78621) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index d1fc1a2f85..e43a8ee07f 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -52,6 +52,20 @@ STYLESHEET = $(DOC)/*.css
52 52
53endif 53endif
54 54
55ifeq ($(DOC),dev-manual)
56XSLTOPTS = --stringparam html.stylesheet style.css \
57 --stringparam chapter.autolabel 1 \
58 --stringparam section.autolabel 1 \
59 --stringparam section.label.includes.component.label 1 \
60 --xinclude
61ALLPREQ = html pdf tarball
62TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png
63MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
64FIGURES = figures
65STYLESHEET = $(DOC)/*.css
66
67endif
68
55ifeq ($(DOC),yocto-project-qs) 69ifeq ($(DOC),yocto-project-qs)
56XSLTOPTS = --stringparam html.stylesheet style.css \ 70XSLTOPTS = --stringparam html.stylesheet style.css \
57 --xinclude 71 --xinclude