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-26 13:40:32 +0100 |
commit | 289a63b5dc4eb53dcb6b64f59896b0d126b424a1 (patch) | |
tree | 8fcc9fb3ce9db03ee6c7e38f64fd4a74932f4155 /documentation/Makefile | |
parent | 8e0a2e5456b5f4ec6c46f93195efccce0d6d1ca9 (diff) | |
download | poky-289a63b5dc4eb53dcb6b64f59896b0d126b424a1.tar.gz |
Updated patch for publishing
(From yocto-docs rev: ac352ad7f95db7eeacb53c2778caa31800bd7c26)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-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."; \ |