From 376a7e5ec3b277e9b4044ad33aeac3d6f1d7f200 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Aug 2011 14:25:52 -0700 Subject: [PATCH] documentation/Makefile: Updated tarfile list I added the figures/kernel-example-repos.png to the list of tarfiles. (From yocto-docs rev: 8967a9b8ae6fb27f7c0aeb44c2d04eacba98ed81) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 3cb3590c4d..953fef871c 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -60,7 +60,8 @@ XSLTOPTS = --stringparam html.stylesheet style.css \ --xinclude ALLPREQ = html pdf tarball TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png figures/bsp-dev-flow.png \ - figures/index-downloads.png figures/source-repos.png figures/yp-download.png + figures/index-downloads.png figures/kernel-example-repos.png figures/source-repos.png \ + figures/yp-download.png MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf FIGURES = figures STYLESHEET = $(DOC)/*.css