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>
This commit is contained in:
Scott Rifenbark
2011-05-06 13:26:34 -05:00
committed by Saul Wold
parent 437950723f
commit 36c9135215

View File

@@ -26,7 +26,7 @@ OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf
SOURCES = *.png *.xml *.css
publish:
scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/
scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/yocto-quick-start
clean:
rm -f $(OUTPUTS)