From 437950723f7bd0d18e4fdf46d4c678a086ccd361 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 May 2011 13:23:44 -0500 Subject: documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URL Fixed the remote publish URL used to push the HTML and PDF files to the website. Signed-off-by: Scott Rifenbark --- documentation/poky-ref-manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 2ed7cd423f..82ac880a74 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile @@ -30,7 +30,7 @@ OUTPUTS = poky-ref-manual.tgz poky-ref-manual.html poky-ref-manual.pdf SOURCES = *.png *.xml *.css *.svg 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/poky-ref-manual clean: rm -f $(OUTPUTS) -- cgit v1.2.3-54-g00ecf