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 /documentation/kernel-manual/Makefile | |
parent | ce3f71ac0afac4917f0c181f41bdbb08a4ce33ca (diff) | |
download | openembedded-core-62ef8bdc57957682d045f8194376e96ac783dff2.tar.gz openembedded-core-62ef8bdc57957682d045f8194376e96ac783dff2.tar.bz2 openembedded-core-62ef8bdc57957682d045f8194376e96ac783dff2.tar.xz openembedded-core-62ef8bdc57957682d045f8194376e96ac783dff2.zip |
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>
Diffstat (limited to 'documentation/kernel-manual/Makefile')
-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 32bb63edf..dcfcb9231 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile @@ -27,12 +27,12 @@ html: xsltproc $(XSLTOPTS) -o kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml tarball: html - 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 + tar -cvzf kernel-manual.tgz kernel-manual.html style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png validate: - xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml + xmllint --postvalid --xinclude --noout kernel-manual.xml -OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html kernel-manual.pdf +OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-manual.pdf SOURCES = *.png *.xml *.css publish: |