summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs/Makefile')
-rw-r--r--documentation/yocto-project-qs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile
index ad209f1148..2c7bdf86a0 100644
--- a/documentation/yocto-project-qs/Makefile
+++ b/documentation/yocto-project-qs/Makefile
@@ -27,8 +27,8 @@ FIGURES = figures/*.png
27STYLESHEET = *.css 27STYLESHEET = *.css
28 28
29publish: 29publish:
30 scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start 30 scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start
31 scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start/figures 31 scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start/figures
32 32
33clean: 33clean:
34 rm -f $(MANUALS) 34 rm -f $(MANUALS)