summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-18 15:31:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:47:04 -0700
commit8fd890a8ec389fe21d4dc51335a0c4261d59579a (patch)
tree31bbe67c487bd0750aee6470280da1562e37a79b /documentation/Makefile
parentec6b3071eb6fd64679a7d3e39a82e66e13c8fcad (diff)
downloadpoky-8fd890a8ec389fe21d4dc51335a0c4261d59579a.tar.gz
documentation/Makefile: Removed sato image from tarfile list in poky-ref-manual.
(From yocto-docs rev: 350ba4e6c799ec0c98bd50f097815306e0911f37) 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 79bb1635f1..176f38ee0e 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -86,7 +86,7 @@ XSLTOPTS = --stringparam html.stylesheet style.css \
86 --stringparam section.label.includes.component.label 1 \ 86 --stringparam section.label.includes.component.label 1 \
87 --xinclude 87 --xinclude
88ALLPREQ = html pdf tarball 88ALLPREQ = html pdf tarball
89TARFILES = poky-ref-manual.html style.css figures/poky-title.png figures/ss-sato.png 89TARFILES = poky-ref-manual.html style.css figures/poky-title.png
90MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 90MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
91FIGURES = figures 91FIGURES = figures
92STYLESHEET = $(DOC)/*.css 92STYLESHEET = $(DOC)/*.css