summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-09 11:25:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 10:02:15 +0100
commit3c59043d1868f043eb993a29c1c1941ac19c1ffc (patch)
tree0cc8cdac67f0ceb460bdb41432646ac746be0a2d /documentation/kernel-manual
parentf55fec8703a18b56e7ba7f75b90c9f5b276016f3 (diff)
downloadast2050-yocto-poky-3c59043d1868f043eb993a29c1c1941ac19c1ffc.zip
ast2050-yocto-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>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/Makefile2
-rwxr-xr-xdocumentation/kernel-manual/figures/kernel-big-picture.pngbin173130 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile
index 944bb3d..6650b04 100644
--- a/documentation/kernel-manual/Makefile
+++ b/documentation/kernel-manual/Makefile
@@ -21,7 +21,7 @@ html:
xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml
tarball: html
- 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
+ tar -cvzf kernel-manual.tgz kernel-manual.html kernel-manual.pdf style.css figures/kernel-title.png figures/kernel-architecture-overview.png
validate:
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 49bac61..0000000
--- a/documentation/kernel-manual/figures/kernel-big-picture.png
+++ /dev/null
Binary files differ
OpenPOWER on IntegriCloud