diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-13 14:47:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:20:44 +0100 |
commit | 7b0c3409263687b5e35aaffffd65005a49d17cb1 (patch) | |
tree | dbd8ff8dc4a9ce3281a302c1c47b4fd9709c3410 | |
parent | 25bea918aaccdd8561681923f36cb3ca359fdb25 (diff) | |
download | poky-7b0c3409263687b5e35aaffffd65005a49d17cb1.tar.gz |
Makefile: Updated ssh push string.
(From yocto-docs rev: 0871329d11ddb3626ede0aa334180e75badabc39)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index bfd6356daf..c3f4aa2363 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -381,8 +381,8 @@ publish: | |||
381 | echo " "; \ | 381 | echo " "; \ |
382 | echo "******** Publishing "$(DOC)".html"; \ | 382 | echo "******** Publishing "$(DOC)".html"; \ |
383 | echo " "; \ | 383 | echo " "; \ |
384 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ | 384 | scp -r $(MANUALS) $(STYLESHEET) docs.yp:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ |
385 | cd $(DOC); scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ | 385 | cd $(DOC); scp -r $(FIGURES) docs.yp:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ |
386 | else \ | 386 | else \ |
387 | echo " "; \ | 387 | echo " "; \ |
388 | echo $(DOC)".html missing. Generate the file first then try again."; \ | 388 | echo $(DOC)".html missing. Generate the file first then try again."; \ |