mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
documentation/bsp-guide/Makefile: BUGID#_956 - fixing publish process
Added the URL for the manual to the rcp publishing process. This is part of the fix for this bug. (From yocto-docs rev: 4d25c5e1cd6f0b067d0a88fbde1ac6df7066dfa4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b1f8a25de
commit
aaf89544e7
@@ -29,7 +29,7 @@ OUTPUTS = bsp-guide.pdf bsp-guide.html
|
|||||||
SOURCES = *.png *.xml *.css *.svg
|
SOURCES = *.png *.xml *.css *.svg
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/
|
scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/bsp-guide
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OUTPUTS)
|
rm -f $(OUTPUTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user