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