aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-05 13:12:11 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 07:59:56 -0700
commitdc4c7e396833dd3d0839c458b8762a89e0979138 (patch)
tree0cb6f7584a49dd463482f1fe838837ec900e6b03 /documentation
parent1bcdaf8d3d39680c154144227ee2caca9a7bb3e5 (diff)
downloadopenembedded-core-dc4c7e396833dd3d0839c458b8762a89e0979138.tar.gz
documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarball
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile
index dcfcb92312..a2eaced586 100644
--- a/documentation/kernel-manual/Makefile
+++ b/documentation/kernel-manual/Makefile
@@ -27,7 +27,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 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-big-picture.png figures/kernel-architecture-overview.png
validate:
xmllint --postvalid --xinclude --noout kernel-manual.xml