]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output files...
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 25 Nov 2010 01:14:10 +0000 (17:14 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:15 +0000 (22:01 -0800)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/kernel-manual/Makefile

index 32bb63edf6a07f1bb8f3545b4be19ada64ca0b58..dcfcb92312238183df1ed1d189f10a7d5dcd6263 100644 (file)
@@ -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: