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

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