diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-05 13:12:11 -0500 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:19 -0700 |
| commit | a05ffe7e61c59e1d3dbe1cb1b7c5e7dab90635db (patch) | |
| tree | 2e6f20d69c2931f5fbfb6d02eae9592f466676a9 /documentation | |
| parent | 05d95c7feb4a4323ba9e92c815fb83d27b054e64 (diff) | |
| download | poky-a05ffe7e61c59e1d3dbe1cb1b7c5e7dab90635db.tar.gz | |
documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarball
(From OE-Core rev: dc4c7e396833dd3d0839c458b8762a89e0979138)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/kernel-manual/Makefile | 2 |
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: | |||
| 27 | xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml | 27 | xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml |
| 28 | 28 | ||
| 29 | tarball: html | 29 | tarball: html |
| 30 | tar -cvzf kernel-manual.tgz kernel-manual.html style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png | 30 | 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 |
| 31 | 31 | ||
| 32 | validate: | 32 | validate: |
| 33 | xmllint --postvalid --xinclude --noout kernel-manual.xml | 33 | xmllint --postvalid --xinclude --noout kernel-manual.xml |
