aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-09-26 07:44:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:06:32 +0100
commit8fc90a7aeb04cff74845ae9d19f86543254e9a7f (patch)
treedcaa8a5b230aa8148f6851d6b55d9996891c97cb
parent08898485e0c3e09e15f0ea367dbeb25260d50bcc (diff)
downloadopenembedded-core-contrib-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>
-rw-r--r--documentation/Makefile2
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
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
+MANUALS = $(DOC)/$(DOC).html
FIGURES = figures
STYLESHEET = $(DOC)/*.css
endif