diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-06 13:20:39 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-06 17:44:25 -0700 |
commit | 5f92b6262f5d902b4212258f0291fe065e534474 (patch) | |
tree | 98e38fd665ba2de9542b46cc5b2aa7f2eec3e248 | |
parent | 65d61e2d113d70acf0c351aadbdd65b6b0e59bb4 (diff) | |
download | poky-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>
-rw-r--r-- | documentation/kernel-manual/Makefile | 2 |
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 | |||
36 | SOURCES = *.png *.xml *.css | 36 | SOURCES = *.png *.xml *.css |
37 | 37 | ||
38 | publish: | 38 | publish: |
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 | ||
41 | clean: | 41 | clean: |
42 | rm -f $(OUTPUTS) | 42 | rm -f $(OUTPUTS) |