diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 17:07:07 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:14 -0800 |
commit | 05c8e137e4ca053739a848ecf9132557427ccee4 (patch) | |
tree | 3c62a8659c037b282ff84a7ce28e283a30b87be8 /documentation | |
parent | c479301fcaf00e20f18fa578ce1c7403a4be2ca1 (diff) | |
download | openembedded-core-05c8e137e4ca053739a848ecf9132557427ccee4.tar.gz openembedded-core-05c8e137e4ca053739a848ecf9132557427ccee4.tar.bz2 openembedded-core-05c8e137e4ca053739a848ecf9132557427ccee4.tar.xz openembedded-core-05c8e137e4ca053739a848ecf9132557427ccee4.zip |
documentation/kernel-manual/Makefile: changed the name of the PDF output file to "kernel-manual.pdf"
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 57cfef2ef..32bb63edf 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile @@ -24,7 +24,7 @@ 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-kernel-manual.html yocto-project-kernel-manual-customization.xsl kernel-manual.xml + 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 @@ -32,7 +32,7 @@ tarball: html validate: xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml -OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html yocto-project-kernel-manual.pdf +OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html kernel-manual.pdf SOURCES = *.png *.xml *.css publish: |