summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 61b24459b0..3cb3590c4d 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -59,7 +59,8 @@ XSLTOPTS = --stringparam html.stylesheet style.css \
59 --stringparam section.label.includes.component.label 1 \ 59 --stringparam section.label.includes.component.label 1 \
60 --xinclude 60 --xinclude
61ALLPREQ = html pdf tarball 61ALLPREQ = html pdf tarball
62TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png 62TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png \
63 figures/index-downloads.png figures/source-repos.png figures/yp-download.png
63MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 64MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
64FIGURES = figures 65FIGURES = figures
65STYLESHEET = $(DOC)/*.css 66STYLESHEET = $(DOC)/*.css