From: Scott Rifenbark Date: Tue, 5 Apr 2011 18:12:11 +0000 (-0500) Subject: documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarball X-Git-Tag: 2011-1~1831 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dc4c7e396833dd3d0839c458b8762a89e0979138;p=openembedded-core.git documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarball Signed-off-by: Scott Rifenbark --- 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