diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-06 13:26:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:38 +0100 |
commit | 112adfc17447310efd1666830944a453eeff5bb4 (patch) | |
tree | d81a7901be9a2f2b0cff9eb004e135f85d178ae4 | |
parent | 1eb81c8ab002c8e28e51c9cea4b9f0535bbafd89 (diff) | |
download | poky-112adfc17447310efd1666830944a453eeff5bb4.tar.gz |
documentation/yocto-project-qs/Makefile: BUGID#_956 - fixed remote publish URL
Fixed the remote publish URL so that the HTML version of the manual will
get pushed to the yoctoproject.org site automatically.
(From yocto-docs rev: a83537af7d44357a71f66ca1105e2f44089f4fb5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/yocto-project-qs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile index 8c8e2c266d..41c35e11a9 100644 --- a/documentation/yocto-project-qs/Makefile +++ b/documentation/yocto-project-qs/Makefile | |||
@@ -26,7 +26,7 @@ OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.pdf | |||
26 | SOURCES = *.png *.xml *.css | 26 | SOURCES = *.png *.xml *.css |
27 | 27 | ||
28 | publish: | 28 | publish: |
29 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ | 29 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/yocto-quick-start |
30 | 30 | ||
31 | clean: | 31 | clean: |
32 | rm -f $(OUTPUTS) | 32 | rm -f $(OUTPUTS) |