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