From 9aa2ef7467aeccb0302430bd098dc21502ae8bc4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 5 May 2011 14:31:42 -0700 Subject: documentation: Update publishing location (From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- documentation/kernel-manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index a2eaced..27d2c0b 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/ clean: rm -f $(OUTPUTS) -- cgit v1.1