From: Scott Rifenbark Date: Wed, 31 Jul 2013 06:53:45 +0000 (+0300) Subject: Makefile: Corrected figure file name. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f32e019ab90d4bb08c6851a1430194db1f2c9800;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/Makefile b/documentation/Makefile index 30b5524f129..ca70bce772b 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