From 62ef8bdc57957682d045f8194376e96ac783dff2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 24 Nov 2010 17:14:10 -0800 Subject: documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output files to be named "kernel-manual" Signed-off-by: Scott Rifenbark --- documentation/kernel-manual/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') 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: -- cgit v1.2.3-54-g00ecf