summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 13:20:39 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:17:36 +0100
commit3171f03da11bc8133a917d4ecd579a3ac9b146eb (patch)
tree6865f262fe848c1508139994dfab8094ac23fea8 /documentation
parentaaf89544e79e503ce2f17da9f4ff6bebe521ef86 (diff)
downloadast2050-yocto-poky-3171f03da11bc8133a917d4ecd579a3ac9b146eb.zip
ast2050-yocto-poky-3171f03da11bc8133a917d4ecd579a3ac9b146eb.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. (From yocto-docs rev: 887a007ae9203317e0bbb7e8b2c5be3843aae3dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 27d2c0b..6c855cd 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
SOURCES = *.png *.xml *.css
publish:
- scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/
+ scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/kernel-manual
clean:
rm -f $(OUTPUTS)
OpenPOWER on IntegriCloud