From b29e5ba4306c5fee0605b03a89016f263ff903ba Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 12 Aug 2011 15:58:16 -0700 Subject: [PATCH] documentation/Makefile: added git-workflow.png and kernel-dev-flow-png to tarball list. (From yocto-docs rev: e518ae5ede03d51cddde7170685e1801d1af8a33) 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 953fef871c..79bb1635f1 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -61,7 +61,7 @@ XSLTOPTS = --stringparam html.stylesheet style.css \ 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/kernel-example-repos.png figures/source-repos.png \ - figures/yp-download.png + figures/yp-download.png figures/git-workflow.png figures/kernel-dev-flow.png MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf FIGURES = figures STYLESHEET = $(DOC)/*.css