diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-26 07:44:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:32 +0100 |
commit | 8fc90a7aeb04cff74845ae9d19f86543254e9a7f (patch) | |
tree | dcaa8a5b230aa8148f6851d6b55d9996891c97cb /documentation/Makefile | |
parent | 08898485e0c3e09e15f0ea367dbeb25260d50bcc (diff) | |
download | poky-8fc90a7aeb04cff74845ae9d19f86543254e9a7f.tar.gz |
Makefile: Updated the make file to not create toaster-manual pdf
(From yocto-docs rev: a9babbc10603a2dd984fb633e85f3b3d93e43ac7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 9197a40a78..99adea2fe6 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -333,7 +333,7 @@ ALLPREQ = html tarball | |||
333 | TARFILES = toaster-manual.html toaster-manual-style.css \ | 333 | TARFILES = toaster-manual.html toaster-manual-style.css \ |
334 | figures/toaster-title.png figures/simple-configuration.png \ | 334 | figures/toaster-title.png figures/simple-configuration.png \ |
335 | figures/hosted-service.png | 335 | figures/hosted-service.png |
336 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 336 | MANUALS = $(DOC)/$(DOC).html |
337 | FIGURES = figures | 337 | FIGURES = figures |
338 | STYLESHEET = $(DOC)/*.css | 338 | STYLESHEET = $(DOC)/*.css |
339 | endif | 339 | endif |