From: Scott Rifenbark Date: Thu, 2 Jun 2011 20:09:28 +0000 (-0700) Subject: documentation/bsp-guide/Makefile: Fixed publish X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18d42bd84dd769f46f39fce19082af4b2e192460;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/Makefile b/documentation/Makefile index a22abb23c2d..b19d99ef8a3 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -74,10 +74,10 @@ validate: MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf FIGURES = $(DOC)/figures/*.png -STYLESHEET = *.css +STYLESHEET = $(DOC)/*.css publish: - scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC) + scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC) scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/$(DISTROVERSION)/$(DOC)/figures clean: