diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-09 18:38:39 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 10:02:17 +0100 |
commit | bc729d29e3530e5fb8a9ebf69e7e31763457b63c (patch) | |
tree | d93128b36a7276197d74fa7dd2924dfea1762e3d /documentation/poky-ref-manual | |
parent | 93f2f1bb9915c6341d57fc9648a104d8a67d5e91 (diff) | |
download | poky-bc729d29e3530e5fb8a9ebf69e7e31763457b63c.tar.gz |
documentation: Removed hardcoded user name from publish option
I removed the hardcoded name from the publish option. This involved
updating the Makefiles. The publish option is still temporary as a
more permanent solution is being created.
(From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 72dfe51993..bb70a05d87 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile | |||
@@ -31,8 +31,8 @@ FIGURES = figures/*.png | |||
31 | STYLESHEET = *.css | 31 | STYLESHEET = *.css |
32 | 32 | ||
33 | publish: | 33 | publish: |
34 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual | 34 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual |
35 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual/figures | 35 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual/figures |
36 | 36 | ||
37 | clean: | 37 | clean: |
38 | rm -f $(OUTPUTS) | 38 | rm -f $(OUTPUTS) |