summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index d1f9081635..61f6fb4d6a 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -328,7 +328,9 @@ endif
328ifeq ($(DOC),toaster-manual) 328ifeq ($(DOC),toaster-manual)
329XSLTOPTS = --xinclude 329XSLTOPTS = --xinclude
330ALLPREQ = html tarball 330ALLPREQ = html tarball
331TARFILES = toaster-manual.html toaster-manual-style.css figures/toaster-title.png 331TARFILES = toaster-manual.html toaster-manual-style.css \
332 figures/toaster-title.png figures/simple-configuration.png \
333 figures/hosted-service.png
332MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 334MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
333FIGURES = figures 335FIGURES = figures
334STYLESHEET = $(DOC)/*.css 336STYLESHEET = $(DOC)/*.css