From 65d61e2d113d70acf0c351aadbdd65b6b0e59bb4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 May 2011 13:04:20 -0500 Subject: documentation/bsp-guide/Makefile: BUGID#_956 - fixing publish process Added the URL for the manual to the rcp publishing process. This is part of the fix for this bug. Signed-off-by: Scott Rifenbark --- documentation/bsp-guide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/bsp-guide') diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index fdb45ecd13..af802b1dc4 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile @@ -29,7 +29,7 @@ OUTPUTS = bsp-guide.pdf bsp-guide.html 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/bsp-guide clean: rm -f $(OUTPUTS) -- cgit v1.2.3-54-g00ecf