From 8fc90a7aeb04cff74845ae9d19f86543254e9a7f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sat, 26 Sep 2015 07:44:53 -0700 Subject: [PATCH] Makefile: Updated the make file to not create toaster-manual pdf (From yocto-docs rev: a9babbc10603a2dd984fb633e85f3b3d93e43ac7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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