summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 13:04:20 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:25 -0700
commit65d61e2d113d70acf0c351aadbdd65b6b0e59bb4 (patch)
tree5ce7920784cbf5204ac5669ec53d5215665e6b0f /documentation
parent48256049776fd7f6d683fed9c949ae2e2334948b (diff)
downloadpoky-65d61e2d113d70acf0c351aadbdd65b6b0e59bb4.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. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
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 fdb45ecd13..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) o-hand.com:/srv/www/pokylinux.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)