From 18d42bd84dd769f46f39fce19082af4b2e192460 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 2 Jun 2011 13:09:28 -0700 Subject: 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 --- documentation/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Makefile') diff --git a/documentation/Makefile b/documentation/Makefile index a22abb23c2..b19d99ef8a 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: -- cgit v1.2.3-54-g00ecf