diff options
author | Mark Morton <Mark.Morton@windriver.com> | 2020-04-22 10:07:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 15:21:14 +0100 |
commit | f9e11276432f1903047f483a68ca4b5a0d6c6111 (patch) | |
tree | aced0fa99ef87d1da5b08db76d6d2b354439372f | |
parent | cd25abf77761fe608516cfb4c0d8bc40ccf45ec5 (diff) | |
download | poky-f9e11276432f1903047f483a68ca4b5a0d6c6111.tar.gz |
Updated patch for publishing
(From yocto-docs rev: ac352ad7f95db7eeacb53c2778caa31800bd7c26)
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 1a33c771f2..15644bf926 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -419,8 +419,8 @@ publish: | |||
419 | echo " "; \ | 419 | echo " "; \ |
420 | echo "******** Publishing "$(DOC)".html"; \ | 420 | echo "******** Publishing "$(DOC)".html"; \ |
421 | echo " "; \ | 421 | echo " "; \ |
422 | scp -r $(MANUALS) $(STYLESHEET) docs.yp:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ | 422 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ |
423 | cd $(DOC); scp -r $(FIGURES) docs.yp:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ | 423 | cd $(DOC); scp -r $(FIGURES) www.yoctoproject.org:/var/www/www.yoctoproject.org-docs/$(VER)/$(DOC); \ |
424 | else \ | 424 | else \ |
425 | echo " "; \ | 425 | echo " "; \ |
426 | echo $(DOC)".html missing. Generate the file first then try again."; \ | 426 | echo $(DOC)".html missing. Generate the file first then try again."; \ |