summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-02 13:09:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-13 22:38:03 +0100
commit18d42bd84dd769f46f39fce19082af4b2e192460 (patch)
treeb58dcb888526b26f7f1b94a2f67aebbc81ce418f /documentation/Makefile
parent37eedd0ae3593f759a5e9e70e9dc1191171e09d0 (diff)
downloadpoky-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/Makefile4
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
75MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 75MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf
76FIGURES = $(DOC)/figures/*.png 76FIGURES = $(DOC)/figures/*.png
77STYLESHEET = *.css 77STYLESHEET = $(DOC)/*.css
78 78
79publish: 79publish:
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
83clean: 83clean: