summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 2ee97f48c6..55efb44bf4 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -289,7 +289,8 @@ XSLTOPTS = --stringparam html.stylesheet kernel-dev-style.css \
289 --stringparam section.label.includes.component.label 1 \ 289 --stringparam section.label.includes.component.label 1 \
290 --xinclude 290 --xinclude
291ALLPREQ = html pdf tarball 291ALLPREQ = html pdf tarball
292TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png 292TARFILES = kernel-dev.html kernel-dev.pdf kernel-dev-style.css figures/kernel-dev-title.png \
293 figures/kernel-architecture-overview.png
293MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 294MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
294FIGURES = figures 295FIGURES = figures
295STYLESHEET = $(DOC)/*.css 296STYLESHEET = $(DOC)/*.css