From 3b706163ae403fd01cd404b491eb626908df39a7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Jul 2011 06:19:17 -0700 Subject: documentation/Makefile: Added support for YP Dev Manual. (From yocto-docs rev: a10ec0aed26f75605b6113b5ed16934bc2b78621) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'documentation/Makefile') 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 endif +ifeq ($(DOC),dev-manual) +XSLTOPTS = --stringparam html.stylesheet style.css \ + --stringparam chapter.autolabel 1 \ + --stringparam section.autolabel 1 \ + --stringparam section.label.includes.component.label 1 \ + --xinclude +ALLPREQ = html pdf tarball +TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png +MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf +FIGURES = figures +STYLESHEET = $(DOC)/*.css + +endif + ifeq ($(DOC),yocto-project-qs) XSLTOPTS = --stringparam html.stylesheet style.css \ --xinclude -- cgit v1.2.3-54-g00ecf