From 3e7a8a64afc5b356994b35f23fbed569b282a898 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 24 Nov 2010 08:37:18 -0800 Subject: documentation/kernel-manual/Makefile: fixed mis-spelling of kernel for files Signed-off-by: Scott Rifenbark --- documentation/kernel-manual/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 701bddfa77..4daeaeb47c 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile @@ -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: -- cgit v1.2.3-54-g00ecf