diff options
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 |