diff options
-rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 9957935e17..e607d07ce4 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -327,7 +327,7 @@ endif | |||
327 | 327 | ||
328 | ifeq ($(DOC),toaster-manual) | 328 | ifeq ($(DOC),toaster-manual) |
329 | XSLTOPTS = --xinclude | 329 | XSLTOPTS = --xinclude |
330 | ALLPREQ = html pdf tarball | 330 | ALLPREQ = html tarball |
331 | TARFILES = toaster-manual.html toaster-manual.pdf toaster-manual-style.css figures/toaster-title.png | 331 | TARFILES = toaster-manual.html toaster-manual.pdf toaster-manual-style.css figures/toaster-title.png |
332 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 332 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
333 | FIGURES = figures | 333 | FIGURES = figures |