diff --git a/documentation/Makefile b/documentation/Makefile index d1f9081635..61f6fb4d6a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -328,7 +328,9 @@ endif ifeq ($(DOC),toaster-manual) XSLTOPTS = --xinclude ALLPREQ = html tarball -TARFILES = toaster-manual.html toaster-manual-style.css figures/toaster-title.png +TARFILES = toaster-manual.html toaster-manual-style.css \ + figures/toaster-title.png figures/simple-configuration.png \ + figures/hosted-service.png MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf FIGURES = figures STYLESHEET = $(DOC)/*.css