From: Scott Rifenbark Date: Thu, 25 Nov 2010 01:14:10 +0000 (-0800) Subject: documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output files... X-Git-Tag: 2011-1~3523 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=62ef8bdc57957682d045f8194376e96ac783dff2;p=openembedded-core.git documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output files to be named "kernel-manual" Signed-off-by: Scott Rifenbark --- diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 32bb63edf6..dcfcb92312 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile @@ -27,12 +27,12 @@ html: 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 + tar -cvzf kernel-manual.tgz kernel-manual.html style.css figures/kernel-title.png figures/kernel-big-picture.png figures/kernel-architecture-overview.png validate: - xmllint --postvalid --xinclude --noout yocto-project-kernel-manual.xml + xmllint --postvalid --xinclude --noout kernel-manual.xml -OUTPUTS = yocto-project-kernel-manual.tgz yocto-project-kernel-manual.html kernel-manual.pdf +OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-manual.pdf SOURCES = *.png *.xml *.css publish: