summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
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