summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Makefile4
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."; \