summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-24 17:14:10 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:15 -0800
commit62ef8bdc57957682d045f8194376e96ac783dff2 (patch)
tree7a88b2379029a8f0b5b2544d38867f2a7ea4c842 /documentation/kernel-manual
parentce3f71ac0afac4917f0c181f41bdbb08a4ce33ca (diff)
downloadast2050-yocto-poky-62ef8bdc57957682d045f8194376e96ac783dff2.zip
ast2050-yocto-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>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile
index 32bb63e..dcfcb92 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:
OpenPOWER on IntegriCloud