From 3171f03da11bc8133a917d4ecd579a3ac9b146eb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 May 2011 13:20:39 -0500 Subject: documentation/kernel-manual/Makefile: BUGID#_956 - fixed publish URL Fixed the URL used to publish the HTML and PDF docs to the yoctoproject.org server and website. (From yocto-docs rev: 887a007ae9203317e0bbb7e8b2c5be3843aae3dc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 27d2c0bbaf..6c855cd588 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile @@ -36,7 +36,7 @@ OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-manual.pdf SOURCES = *.png *.xml *.css publish: - scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ + scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/kernel-manual clean: rm -f $(OUTPUTS) -- cgit v1.2.3-54-g00ecf