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)
downloadpoky-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 bebf5d10bb..af802b1dc4 100644
--- a/documentation/bsp-guide/Makefile
+++ b/documentation/bsp-guide/Makefile
@@ -29,7 +29,7 @@ OUTPUTS = bsp-guide.pdf bsp-guide.html
29SOURCES = *.png *.xml *.css *.svg 29SOURCES = *.png *.xml *.css *.svg
30 30
31publish: 31publish:
32 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ 32 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/bsp-guide
33 33
34clean: 34clean:
35 rm -f $(OUTPUTS) 35 rm -f $(OUTPUTS)