diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-15 15:14:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-27 07:50:33 +0100 |
commit | 4999f788740b5cb2c4490c86e44ab5eac7b3dfe0 (patch) | |
tree | fd578c3315dcc30a0389ef55b3261491bbeb45e0 /documentation/poky-ref-manual/Makefile | |
parent | 00e061b56455e8bc6ab937a8114386f921f53fa5 (diff) | |
download | openembedded-core-4999f788740b5cb2c4490c86e44ab5eac7b3dfe0.tar.gz openembedded-core-4999f788740b5cb2c4490c86e44ab5eac7b3dfe0.tar.bz2 openembedded-core-4999f788740b5cb2c4490c86e44ab5eac7b3dfe0.zip |
documentation/pokt-ref-manual: Update with Yocto branding
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/Makefile')
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 22913e1554..dfd44efd30 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile @@ -23,7 +23,7 @@ html: xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml tarball: html - tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css screenshots/ss-sato.png poky-beaver.png poky-ref-manual.png + tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png validate: xmllint --postvalid --xinclude --noout poky-ref-manual.xml |