diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-09 12:01:11 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 10:02:15 +0100 |
commit | fccb51c230ca9207ac7f807fee93dd0f1b614a47 (patch) | |
tree | 19b2ba0bc9c46cf35561903536c32345d5778424 | |
parent | 92690ef3cca0575fc84819129306b913c7e995df (diff) | |
download | poky-fccb51c230ca9207ac7f807fee93dd0f1b614a47.tar.gz |
documentation/poky-ref-manual: Figures cleanup
I removed two figures from the figures directory:
cropped-yocto-project-bw.png and yocto-project-transp.png.
Both figures are relics and not used in the manual. I also
altered the Makefile to pull the ss-sato.png file from the
figures directory instead of the screenshots directory. I moved
this PNG file from the screenshots directory to the figures
directory so that all figures would be in the figures directory.
Finally, I updated the introduction.xml file so that the html
code to include the ss-sato.png file pulls it from the figures
directory and not the screenshots directory.
(From yocto-docs rev: daa15c232d8c46d94cafd080e03318c733ec089f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 2 | ||||
-rwxr-xr-x | documentation/poky-ref-manual/figures/cropped-yocto-project-bw.png | bin | 5453 -> 0 bytes | |||
-rwxr-xr-x | documentation/poky-ref-manual/figures/yocto-project-transp.png | bin | 8626 -> 0 bytes | |||
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 3e4bec3f7c..50bc773c30 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile | |||
@@ -21,7 +21,7 @@ html: | |||
21 | xsltproc $(XSLTOPTS) -o poky-ref-manual.html poky-ref-manual-customization.xsl poky-ref-manual.xml | 21 | xsltproc $(XSLTOPTS) -o poky-ref-manual.html poky-ref-manual-customization.xsl poky-ref-manual.xml |
22 | 22 | ||
23 | tarball: html | 23 | tarball: html |
24 | tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/yocto-project-transp.png figures/poky-ref-manual.png screenshots/ss-sato.png | 24 | tar -cvzf poky-ref-manual.tgz poky-ref-manual.html style.css figures/poky-ref-manual.png figures/ss-sato.png |
25 | 25 | ||
26 | validate: | 26 | validate: |
27 | xmllint --postvalid --xinclude --noout poky-ref-manual.xml | 27 | xmllint --postvalid --xinclude --noout poky-ref-manual.xml |
diff --git a/documentation/poky-ref-manual/figures/cropped-yocto-project-bw.png b/documentation/poky-ref-manual/figures/cropped-yocto-project-bw.png deleted file mode 100755 index 561333b146..0000000000 --- a/documentation/poky-ref-manual/figures/cropped-yocto-project-bw.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/documentation/poky-ref-manual/figures/yocto-project-transp.png b/documentation/poky-ref-manual/figures/yocto-project-transp.png deleted file mode 100755 index 31d2b147fd..0000000000 --- a/documentation/poky-ref-manual/figures/yocto-project-transp.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 90eaf014c0..7314b04d78 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -59,7 +59,7 @@ | |||
59 | <screenshot> | 59 | <screenshot> |
60 | <mediaobject> | 60 | <mediaobject> |
61 | <imageobject> | 61 | <imageobject> |
62 | <imagedata fileref="screenshots/ss-sato.png" format="PNG" align='center' scalefit='1' width="100%" contentdepth="100%"/> | 62 | <imagedata fileref="figures/ss-sato.png" format="PNG" align='center' scalefit='1' width="100%" contentdepth="100%"/> |
63 | </imageobject> | 63 | </imageobject> |
64 | <caption> | 64 | <caption> |
65 | <para>The Sato Desktop - A screenshot from a machine running a Poky built image</para> | 65 | <para>The Sato Desktop - A screenshot from a machine running a Poky built image</para> |