summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-05 14:31:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:17:34 +0100
commit9aa2ef7467aeccb0302430bd098dc21502ae8bc4 (patch)
treefb87a51d7ceae2ed03a9af14943a9bea9d00baba /documentation/poky-ref-manual
parent7accf4ba9926ad6bd4ff59de40dbc5422566cfa9 (diff)
downloadpoky-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/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile
index 2ed7cd423f..c00fbb4a25 100644
--- a/documentation/poky-ref-manual/Makefile
+++ b/documentation/poky-ref-manual/Makefile
@@ -30,7 +30,7 @@ OUTPUTS = poky-ref-manual.tgz poky-ref-manual.html poky-ref-manual.pdf
30SOURCES = *.png *.xml *.css *.svg 30SOURCES = *.png *.xml *.css *.svg
31 31
32publish: 32publish:
33 scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ 33 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/
34 34
35clean: 35clean:
36 rm -f $(OUTPUTS) 36 rm -f $(OUTPUTS)