summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile
index a2eaced586..27d2c0bbaf 100644
--- a/documentation/kernel-manual/Makefile
+++ b/documentation/kernel-manual/Makefile
@@ -36,7 +36,7 @@ OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-manual.pdf
36SOURCES = *.png *.xml *.css 36SOURCES = *.png *.xml *.css
37 37
38publish: 38publish:
39 scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ 39 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/
40 40
41clean: 41clean:
42 rm -f $(OUTPUTS) 42 rm -f $(OUTPUTS)