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>
This commit is contained in:
Scott Rifenbark 2015-09-26 07:44:53 -07:00 committed by Richard Purdie
parent 08898485e0
commit 8fc90a7aeb
1 changed files with 1 additions and 1 deletions

View File

@ -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