summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-09 13:26:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 10:02:16 +0100
commit4ff1f64f1be6d6289d13d3f5e0385142e4451b9c (patch)
tree089f8f8c00b01fd0e399fd6a75500de77ada1532 /documentation/poky-ref-manual/Makefile
parent4100ebabfc89a56bef172e3da0b377a56f7773ac (diff)
downloadast2050-yocto-poky-4ff1f64f1be6d6289d13d3f5e0385142e4451b9c.zip
ast2050-yocto-poky-4ff1f64f1be6d6289d13d3f5e0385142e4451b9c.tar.gz
documentation/poky-ref-manual: Added new title graphic
I have removed the multi-colored POKY image that was used for the title of the Poky Handbook. The image I put in here is in line with the other graphics used as titles for our Yocto Project documentation. To accomplish this I had to create and add a new PNG file named poky-title.png. I placed this image in the figures folder. I removed the poky-ref-manual.png file (old figure). I also had to alter the Makefile to use the new figure as part of the tarball. Finally, I had to alter the HTML style sheet (style.css) to include the new file. (From yocto-docs rev: 6c44fca054c1c105daea6fa42f89a7f78a6d12cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/Makefile')
-rw-r--r--documentation/poky-ref-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile
index 50bc773..72dfe51 100644
--- a/documentation/poky-ref-manual/Makefile
+++ b/documentation/poky-ref-manual/Makefile
@@ -21,7 +21,7 @@ html:
xsltproc $(XSLTOPTS) -o poky-ref-manual.html poky-ref-manual-customization.xsl poky-ref-manual.xml
tarball: html
- tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/poky-ref-manual.png figures/ss-sato.png
+ tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/poky-title.png figures/ss-sato.png
validate:
xmllint --postvalid --xinclude --noout poky-ref-manual.xml
OpenPOWER on IntegriCloud