aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-21 15:14:55 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-26 11:06:30 +0100
commitfff996f0d4651822061e4f815674202b18eb7c23 (patch)
treeeef070f00987d16360f899c3e0493b3edfcd58e3 /documentation/Makefile
parentbf91da6c0a7fcd081a4cd70a70f0a545382dc7da (diff)
downloadopenembedded-core-contrib-fff996f0d4651822061e4f815674202b18eb7c23.tar.gz
Makefile: Added figure to the ref-manual and mega-manual
Fixes [YOCTO #2808] A new figure named configuration-compile-autoreconf.png was introduced in a new section. Thus, the figure had to be added to the tarball creation for both the ref-manual and the mega-manual. (From yocto-docs rev: aa0967ee49fa5d8053e14e0cc229b47a0e65b1f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 60f042d855..36de22fe19 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -199,7 +199,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures
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.png \
figures/package-feeds.png figures/layer-input.png figures/images.png figures/sdk.png \
- figures/source-fetching.png figures/patching.png
+ figures/source-fetching.png figures/patching.png figures/configuration-compile-autoreconf.png
endif
MANUALS = $(DOC)/$(DOC).html
@@ -217,7 +217,7 @@ TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
figures/package-feeds.png figures/source-input.png \
figures/user-configuration.png figures/yocto-environment-ref.png \
figures/images.png figures/sdk.png figures/source-fetching.png \
- figures/patching.png
+ figures/patching.png figures/configuration-compile-autoreconf.png
MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
FIGURES = figures
STYLESHEET = $(DOC)/*.css