diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-06-02 13:09:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:03 +0100 |
commit | 18d42bd84dd769f46f39fce19082af4b2e192460 (patch) | |
tree | b58dcb888526b26f7f1b94a2f67aebbc81ce418f /documentation/Makefile | |
parent | 37eedd0ae3593f759a5e9e70e9dc1191171e09d0 (diff) | |
download | poky-18d42bd84dd769f46f39fce19082af4b2e192460.tar.gz |
documentation/bsp-guide/Makefile: Fixed publish
There was some URL problems with the publish statement.
Beth debugged it.
(From yocto-docs rev: 6c13bce3cbdd576463f5e3b1e61ab6f4046e47c3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index a22abb23c2..b19d99ef8a 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -74,10 +74,10 @@ validate: | |||
74 | 74 | ||
75 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 75 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
76 | FIGURES = $(DOC)/figures/*.png | 76 | FIGURES = $(DOC)/figures/*.png |
77 | STYLESHEET = *.css | 77 | STYLESHEET = $(DOC)/*.css |
78 | 78 | ||
79 | publish: | 79 | publish: |
80 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC) | 80 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC) |
81 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC)/figures | 81 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC)/figures |
82 | 82 | ||
83 | clean: | 83 | clean: |