diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-03 17:26:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:59 +0000 |
commit | a0999ab4dff3e0f37d071a9066f53cd01713c349 (patch) | |
tree | 8c128feec53bed8e0911bc0778c5aedfa89a5205 | |
parent | 481c1788bcf4a37a7eb9a6ce4d0fe00d6df29827 (diff) | |
download | poky-a0999ab4dff3e0f37d071a9066f53cd01713c349.tar.gz |
toaster-manual: Updated tar contents to not include the PDF file.
(From yocto-docs rev: b80931a3930ac4eda8daec37dc3de0f1d4d3844e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e607d07ce4..d1f9081635 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -328,7 +328,7 @@ endif | |||
328 | ifeq ($(DOC),toaster-manual) | 328 | ifeq ($(DOC),toaster-manual) |
329 | XSLTOPTS = --xinclude | 329 | XSLTOPTS = --xinclude |
330 | ALLPREQ = html 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-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 |
334 | STYLESHEET = $(DOC)/*.css | 334 | STYLESHEET = $(DOC)/*.css |