aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-07-31 09:53:45 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:45 +0100
commitf32e019ab90d4bb08c6851a1430194db1f2c9800 (patch)
tree568d2dc370d3bb63c06d6a7905ab389162c3e580
parentd39c2e291df75ee93cf7bc64e3896be7a7774b92 (diff)
downloadopenembedded-core-contrib-f32e019ab90d4bb08c6851a1430194db1f2c9800.tar.gz
Makefile: Corrected figure file name.
I left off the ".png" part of a figure in the TARBALL statement. (From yocto-docs rev: e1024da36a94dd3cb8c0679782bedaba4bf2e5dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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 30b5524f12..ca70bce772 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -197,7 +197,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
figures/pychart-linux-yocto-rpm.png figures/pychart-linux-yocto-rpm-nostrip.png \
figures/sched-wakeup-profile.png figures/sysprof-callers.png \
figures/sysprof-copy-from-user.png figures/sysprof-copy-to-user.png figures/cross-development-toolchains.png \
- figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input \
+ figures/yocto-environment-ref.png figures/user-configuration.png figures/source-input.png \
figures/package-feeds.png figures/layer-input.png
endif