From 5f92b6262f5d902b4212258f0291fe065e534474 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. Signed-off-by: Scott Rifenbark --- 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 a2eaced586..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) o-hand.com:/srv/www/pokylinux.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