summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 13:20:39 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:25 -0700
commit5f92b6262f5d902b4212258f0291fe065e534474 (patch)
tree98e38fd665ba2de9542b46cc5b2aa7f2eec3e248 /documentation
parent65d61e2d113d70acf0c351aadbdd65b6b0e59bb4 (diff)
downloadpoky-5f92b6262f5d902b4212258f0291fe065e534474.tar.gz
documentation/kernel-manual/Makefile: BUGID#_956 - fixed publish URL
Fixed the URL used to publish the HTML and PDF docs to the yoctoproject.org server and website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-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..6c855cd588 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/kernel-manual
40 40
41clean: 41clean:
42 rm -f $(OUTPUTS) 42 rm -f $(OUTPUTS)