From aaf89544e79e503ce2f17da9f4ff6bebe521ef86 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. (From yocto-docs rev: 4d25c5e1cd6f0b067d0a88fbde1ac6df7066dfa4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index bebf5d10bb..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) www.yoctoproject.org:/srv/www/www.yoctoproject.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