diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-05 14:31:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:34 +0100 |
commit | 9aa2ef7467aeccb0302430bd098dc21502ae8bc4 (patch) | |
tree | fb87a51d7ceae2ed03a9af14943a9bea9d00baba /documentation/bsp-guide | |
parent | 7accf4ba9926ad6bd4ff59de40dbc5422566cfa9 (diff) | |
download | poky-9aa2ef7467aeccb0302430bd098dc21502ae8bc4.tar.gz |
documentation: Update publishing location
(From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index fdb45ecd13..bebf5d10bb 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
@@ -29,7 +29,7 @@ OUTPUTS = bsp-guide.pdf bsp-guide.html | |||
29 | SOURCES = *.png *.xml *.css *.svg | 29 | SOURCES = *.png *.xml *.css *.svg |
30 | 30 | ||
31 | publish: | 31 | publish: |
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/ |
33 | 33 | ||
34 | clean: | 34 | clean: |
35 | rm -f $(OUTPUTS) | 35 | rm -f $(OUTPUTS) |