summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-12-17 17:56:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 15:59:05 +0000
commitd0858ccb33a68d4bd2b34159e71bb2489f9c4728 (patch)
tree5d52f7634218c54a0631624c2b5a291cce270c57 /documentation/Makefile
parent6833ec86ac84d24e05ed3712f6cfcdb38a4dd01a (diff)
downloadpoky-d0858ccb33a68d4bd2b34159e71bb2489f9c4728.tar.gz
kernel-dev: Updates to get the new kernel-dev manual to make
These changes were to the intro chapter to introduce the DocBook form, the Makefile to introduce the new manual, the figure used for the title had to be updated, the root manual .XML file needed changed, and the style sheet. The manual now makes with just the raw text for Darren's intro section. (From yocto-docs rev: 1bceb7bdd4fe5773c11c7ddbdae00554680bbf6d) 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 1ab74fc61a..7c3d16ec04 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -235,6 +235,20 @@ FIGURES = figures
235STYLESHEET = $(DOC)/*.css 235STYLESHEET = $(DOC)/*.css
236endif 236endif
237 237
238ifeq ($(DOC),kernel-dev)
239XSLTOPTS = --stringparam html.stylesheet kernel-dev-style.css \
240 --stringparam chapter.autolabel 1 \
241 --stringparam appendix.autolabel A \
242 --stringparam section.autolabel 1 \
243 --stringparam section.label.includes.component.label 1 \
244 --xinclude
245ALLPREQ = html pdf tarball
246TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png
247MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
248FIGURES = figures
249STYLESHEET = $(DOC)/*.css
250endif
251
238 252
239## 253##
240# These URI should be rewritten by your distribution's xml catalog to 254# These URI should be rewritten by your distribution's xml catalog to