diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-06 13:04:20 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:35 +0100 |
commit | aaf89544e79e503ce2f17da9f4ff6bebe521ef86 (patch) | |
tree | 07303dd8437efeed2d198dead2f54f821b9083d9 /documentation/bsp-guide | |
parent | 5b1f8a25de6b7d8c8715116f215e3758ac5b437c (diff) | |
download | poky-aaf89544e79e503ce2f17da9f4ff6bebe521ef86.tar.gz |
documentation/bsp-guide/Makefile: BUGID#_956 - fixing publish process
Added the URL for the manual to the rcp publishing process. This
is part of the fix for this bug.
(From yocto-docs rev: 4d25c5e1cd6f0b067d0a88fbde1ac6df7066dfa4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index bebf5d10bb..af802b1dc4 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
@@ -29,7 +29,7 @@ OUTPUTS = bsp-guide.pdf bsp-guide.html | |||
29 | SOURCES = *.png *.xml *.css *.svg | 29 | SOURCES = *.png *.xml *.css *.svg |
30 | 30 | ||
31 | publish: | 31 | publish: |
32 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ | 32 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/bsp-guide |
33 | 33 | ||
34 | clean: | 34 | clean: |
35 | rm -f $(OUTPUTS) | 35 | rm -f $(OUTPUTS) |