diff options
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 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."; \ |