diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-15 06:19:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:22 +0100 |
commit | 3b706163ae403fd01cd404b491eb626908df39a7 (patch) | |
tree | e2788aa534e0eba6c7011e40ba8d106b6e1cad24 /documentation | |
parent | eefc83bd033da0a3d97b6e69b6fcb82c1651e95f (diff) | |
download | poky-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')
-rw-r--r-- | documentation/Makefile | 14 |
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 | ||
53 | endif | 53 | endif |
54 | 54 | ||
55 | ifeq ($(DOC),dev-manual) | ||
56 | XSLTOPTS = --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 | ||
61 | ALLPREQ = html pdf tarball | ||
62 | TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png | ||
63 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | ||
64 | FIGURES = figures | ||
65 | STYLESHEET = $(DOC)/*.css | ||
66 | |||
67 | endif | ||
68 | |||
55 | ifeq ($(DOC),yocto-project-qs) | 69 | ifeq ($(DOC),yocto-project-qs) |
56 | XSLTOPTS = --stringparam html.stylesheet style.css \ | 70 | XSLTOPTS = --stringparam html.stylesheet style.css \ |
57 | --xinclude | 71 | --xinclude |