diff options
Diffstat (limited to 'documentation/bsp-guide/Makefile')
-rw-r--r-- | documentation/bsp-guide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 5b24404ca0..36ca48a62a 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
@@ -30,8 +30,8 @@ FIGURES = figures/*.png | |||
30 | STYLESHEET = *.css | 30 | STYLESHEET = *.css |
31 | 31 | ||
32 | publish: | 32 | publish: |
33 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide | 33 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide |
34 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide/figures | 34 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide/figures |
35 | 35 | ||
36 | clean: | 36 | clean: |
37 | rm -f $(OUTPUTS) | 37 | rm -f $(OUTPUTS) |