diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 6005db62fe..bc8e8cb63a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -205,7 +205,7 @@ validate: | |||
205 | 205 | ||
206 | publish: | 206 | publish: |
207 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(VER)/$(DOC) | 207 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(VER)/$(DOC) |
208 | cd $(DOC); scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(VER)/$(DOC)/figures | 208 | cd $(DOC); scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(VER)/$(DOC) |
209 | 209 | ||
210 | clean: | 210 | clean: |
211 | rm -f $(MANUALS) | 211 | rm -f $(MANUALS) |