diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-06 13:23:44 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:37 +0100 |
commit | 1eb81c8ab002c8e28e51c9cea4b9f0535bbafd89 (patch) | |
tree | 6120012880b497bfbcad24d924cf0633f8c711e7 | |
parent | 3171f03da11bc8133a917d4ecd579a3ac9b146eb (diff) | |
download | poky-1eb81c8ab002c8e28e51c9cea4b9f0535bbafd89.tar.gz |
documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URL
Fixed the remote publish URL used to push the HTML and PDF files to
the website.
(From yocto-docs rev: c5c170c582ca0a483aca13b7ddaa7f4d99a3aaf9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index c00fbb4a25..82ac880a74 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile | |||
@@ -30,7 +30,7 @@ OUTPUTS = poky-ref-manual.tgz poky-ref-manual.html poky-ref-manual.pdf | |||
30 | SOURCES = *.png *.xml *.css *.svg | 30 | SOURCES = *.png *.xml *.css *.svg |
31 | 31 | ||
32 | publish: | 32 | publish: |
33 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ | 33 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/poky-ref-manual |
34 | 34 | ||
35 | clean: | 35 | clean: |
36 | rm -f $(OUTPUTS) | 36 | rm -f $(OUTPUTS) |