diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-09 11:25:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 10:02:15 +0100 |
commit | 3c59043d1868f043eb993a29c1c1941ac19c1ffc (patch) | |
tree | 0cc8cdac67f0ceb460bdb41432646ac746be0a2d | |
parent | f55fec8703a18b56e7ba7f75b90c9f5b276016f3 (diff) | |
download | poky-3c59043d1868f043eb993a29c1c1941ac19c1ffc.tar.gz |
documentation/kernel-manual: removed a figure and updated makefile
I removed the figures/kernel-big-picture.png file as it is not used
in the manual. I also had to update the Makefile so that it would
not include this PNG file in the tarball.
(From yocto-docs rev: 461ab9525d16dbbdf5f5c56c16028cae911309b9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-manual/Makefile | 2 | ||||
-rwxr-xr-x | documentation/kernel-manual/figures/kernel-big-picture.png | bin | 173130 -> 0 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 944bb3d4e9..6650b04c8c 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile | |||
@@ -21,7 +21,7 @@ html: | |||
21 | xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml | 21 | xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml |
22 | 22 | ||
23 | tarball: html | 23 | tarball: html |
24 | tar -cvzf kernel-manual.tgz kernel-manual.html kernel-manual.pdf style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png | 24 | tar -cvzf kernel-manual.tgz kernel-manual.html kernel-manual.pdf style.css figures/kernel-title.png figures/kernel-architecture-overview.png |
25 | 25 | ||
26 | validate: | 26 | validate: |
27 | xmllint --postvalid --xinclude --noout kernel-manual.xml | 27 | xmllint --postvalid --xinclude --noout kernel-manual.xml |
diff --git a/documentation/kernel-manual/figures/kernel-big-picture.png b/documentation/kernel-manual/figures/kernel-big-picture.png deleted file mode 100755 index 49bac618ec..0000000000 --- a/documentation/kernel-manual/figures/kernel-big-picture.png +++ /dev/null | |||
Binary files differ | |||