diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-09 07:08:58 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:24 +0000 |
commit | 7c2735f509f8db7871fc98ed2e1521551849daca (patch) | |
tree | 28ee9e4b7029a194f9d045db1e75ca4076ae82dd /documentation | |
parent | a4a896165c47bf4983bcd789820227c0f49a7272 (diff) | |
download | poky-7c2735f509f8db7871fc98ed2e1521551849daca.tar.gz |
Added a new PNG file into the tar command.
Since this manual is about BSP and not Poky as is the Poky Reference
Manual I updated the title page to include the title combined with the
Yocto Project logo. Updates affect both the PDF and HTLM versions
of the BSP Guide.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 7e8d216904..4cf6533be7 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
@@ -20,7 +20,7 @@ html: | |||
20 | xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml | 20 | xsltproc $(XSLTOPTS) -o bsp-guide.html $(XSL_XHTML_URI) bsp-guide.xml |
21 | 21 | ||
22 | tarball: html | 22 | tarball: html |
23 | tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/poky-ref-manual.png | 23 | tar -cvzf bsp-guide.tgz style.css bsp-guide.html figures/bsp-title.png |
24 | 24 | ||
25 | validate: | 25 | validate: |
26 | xmllint --postvalid --xinclude --noout bsp-guide.xml | 26 | xmllint --postvalid --xinclude --noout bsp-guide.xml |