summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 13:23:44 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:25 -0700
commit437950723f7bd0d18e4fdf46d4c678a086ccd361 (patch)
tree6f8216faa1efd97077f04defa92e6b9f9fba7c83 /documentation
parent5f92b6262f5d902b4212258f0291fe065e534474 (diff)
downloadpoky-437950723f7bd0d18e4fdf46d4c678a086ccd361.tar.gz
documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URL
Fixed the remote publish URL used to push the HTML and PDF files to the website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-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..82ac880a74 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/poky-ref-manual
34 34
35clean: 35clean:
36 rm -f $(OUTPUTS) 36 rm -f $(OUTPUTS)