diff options
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 14 |
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 | |||
235 | STYLESHEET = $(DOC)/*.css | 235 | STYLESHEET = $(DOC)/*.css |
236 | endif | 236 | endif |
237 | 237 | ||
238 | ifeq ($(DOC),kernel-dev) | ||
239 | XSLTOPTS = --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 | ||
245 | ALLPREQ = html pdf tarball | ||
246 | TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png | ||
247 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | ||
248 | FIGURES = figures | ||
249 | STYLESHEET = $(DOC)/*.css | ||
250 | endif | ||
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 |