diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 17:14:10 -0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:15 -0800 |
| commit | 62ef8bdc57957682d045f8194376e96ac783dff2 (patch) | |
| tree | 7a88b2379029a8f0b5b2544d38867f2a7ea4c842 | |
| parent | ce3f71ac0afac4917f0c181f41bdbb08a4ce33ca (diff) | |
| download | poky-62ef8bdc57957682d045f8194376e96ac783dff2.tar.gz | |
documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output files to be named "kernel-manual"
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
| -rw-r--r-- | documentation/kernel-manual/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 32bb63edf6..dcfcb92312 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile | |||
| @@ -27,12 +27,12 @@ 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 yocto-project-kernel-manual.tgz yocto-project-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 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 yocto-project-kernel-manual.xml | 33 | xmllint --postvalid --xinclude --noout kernel-manual.xml |
| 34 | 34 | ||
| 35 | OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html kernel-manual.pdf | 35 | OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-manual.pdf |
| 36 | SOURCES = *.png *.xml *.css | 36 | SOURCES = *.png *.xml *.css |
| 37 | 37 | ||
| 38 | publish: | 38 | publish: |
