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