1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Scott Rifenbark
2011-06-02 13:09:28 -07:00
committed by Richard Purdie
parent 37eedd0ae3
commit 18d42bd84d
+2 -2
View File
@@ -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: