summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 13:04:20 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:17:35 +0100
commitaaf89544e79e503ce2f17da9f4ff6bebe521ef86 (patch)
tree07303dd8437efeed2d198dead2f54f821b9083d9 /documentation
parent5b1f8a25de6b7d8c8715116f215e3758ac5b437c (diff)
downloadast2050-yocto-poky-aaf89544e79e503ce2f17da9f4ff6bebe521ef86.zip
ast2050-yocto-poky-aaf89544e79e503ce2f17da9f4ff6bebe521ef86.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile
index bebf5d1..af802b1 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)
OpenPOWER on IntegriCloud