diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 08:37:18 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:08 -0800 |
commit | 3e7a8a64afc5b356994b35f23fbed569b282a898 (patch) | |
tree | 85f381946c093e98014793faa29248e82ab03a89 /documentation/kernel-manual/Makefile | |
parent | 000f052765577826907ff1e3f758bab3a0724d74 (diff) | |
download | poky-3e7a8a64afc5b356994b35f23fbed569b282a898.tar.gz |
documentation/kernel-manual/Makefile: fixed mis-spelling of kernel for files
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/kernel-manual/Makefile')
-rw-r--r-- | documentation/kernel-manual/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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: | |||
14 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html | 14 | # See http://www.sagehill.net/docbookxsl/HtmlOutput.html |
15 | 15 | ||
16 | # xsltproc $(XSLTOPTS) -o yocto-project-qs.html $(XSL_XHTML_URI) yocto-project-qs.xml | 16 | # xsltproc $(XSLTOPTS) -o yocto-project-qs.html $(XSL_XHTML_URI) yocto-project-qs.xml |
17 | xsltproc $(XSLTOPTS) -o yocto-project-kernal-manual.html yocto-project-kernal-manual-customization.xsl yocto-project-kernal-manual.xml | 17 | xsltproc $(XSLTOPTS) -o yocto-project-kernel-manual.html yocto-project-kernel-manual-customization.xsl yocto-project-kernel-manual.xml |
18 | 18 | ||
19 | tarball: html | 19 | tarball: html |
20 | 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 | 20 | 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 |
21 | 21 | ||
22 | validate: | 22 | validate: |
23 | xmllint --postvalid --xinclude --noout yocto-project-kernal-manual.xml | 23 | xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml |
24 | 24 | ||
25 | OUTPUTS = yocto-project-kernal-manual.tgz yocto-project-kernal-manual.html | 25 | OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html |
26 | SOURCES = *.png *.xml *.css | 26 | SOURCES = *.png *.xml *.css |
27 | 27 | ||
28 | publish: | 28 | publish: |