summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/Makefile4
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
31STYLESHEET = *.css 31STYLESHEET = *.css
32 32
33publish: 33publish:
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
37clean: 37clean:
38 rm -f $(OUTPUTS) 38 rm -f $(OUTPUTS)