]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/kernel-manual/Makefile: fixed mis-spelling of kernel for files
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 24 Nov 2010 16:37:18 +0000 (08:37 -0800)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:08 +0000 (22:01 -0800)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/kernel-manual/Makefile

index 701bddfa7743aff7e32a57457d54442a5c080409..4daeaeb47cb7514251dfffe3311131f5aacfdacf 100644 (file)
@@ -14,15 +14,15 @@ html:
 #       See http://www.sagehill.net/docbookxsl/HtmlOutput.html 
 
 #      xsltproc $(XSLTOPTS) -o yocto-project-qs.html $(XSL_XHTML_URI) yocto-project-qs.xml
-       xsltproc $(XSLTOPTS) -o yocto-project-kernal-manual.html yocto-project-kernal-manual-customization.xsl yocto-project-kernal-manual.xml
+       xsltproc $(XSLTOPTS) -o yocto-project-kernel-manual.html yocto-project-kernel-manual-customization.xsl yocto-project-kernel-manual.xml
 
 tarball: html
-       tar -cvzf yocto-project-kernal-manual.tgz yocto-project-kernal-manual.html style.css figures/yocto-project-transp.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png
+       tar -cvzf yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html style.css figures/yocto-project-transp.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png
 
 validate:
-       xmllint --postvalid --xinclude --noout yocto-project-kernal-manual.xml
+       xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml
 
-OUTPUTS = yocto-project-kernal-manual.tgz yocto-project-kernal-manual.html
+OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html
 SOURCES = *.png *.xml *.css
 
 publish: