diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-03 11:27:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:58 +0000 |
commit | ab2007dc4eb6496449abbc1997165bb6b6b3d22d (patch) | |
tree | 0112c4916ebe40f30ff8f714215e54214083b67c /documentation/Makefile | |
parent | 9d033d83cc8d31c9cf545231119f85a2cf9d0154 (diff) | |
download | poky-ab2007dc4eb6496449abbc1997165bb6b6b3d22d.tar.gz |
Makefile: Removed default PDF creation of Toaster Manual.
(From yocto-docs rev: 7cceb7b0a0f53a4207070ff369bec8a3a6ceb135)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-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 |