summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 13:26:34 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:25 -0700
commit36c91352155617cc6ee3a975b3ced5fb026d1e3b (patch)
tree2d775a23446ae56404d9b48f276c9aed07f8bfc7 /documentation
parent437950723f7bd0d18e4fdf46d4c678a086ccd361 (diff)
downloadpoky-36c91352155617cc6ee3a975b3ced5fb026d1e3b.tar.gz
documentation/yocto-project-qs/Makefile: BUGID#_956 - fixed remote publish URL
Fixed the remote publish URL so that the HTML version of the manual will get pushed to the yoctoproject.org site automatically. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile
index a267edc0c8..41c35e11a9 100644
--- a/documentation/yocto-project-qs/Makefile
+++ b/documentation/yocto-project-qs/Makefile
@@ -26,7 +26,7 @@ OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf
26SOURCES = *.png *.xml *.css 26SOURCES = *.png *.xml *.css
27 27
28publish: 28publish:
29 scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ 29 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/yocto-quick-start
30 30
31clean: 31clean:
32 rm -f $(OUTPUTS) 32 rm -f $(OUTPUTS)