mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URL
Fixed the remote publish URL used to push the HTML and PDF files to the website. (From yocto-docs rev: c5c170c582ca0a483aca13b7ddaa7f4d99a3aaf9) 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
3171f03da1
commit
1eb81c8ab0
@@ -30,7 +30,7 @@ OUTPUTS = poky-ref-manual.tgz poky-ref-manual.html poky-ref-manual.pdf
|
|||||||
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/poky-ref-manual
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OUTPUTS)
|
rm -f $(OUTPUTS)
|
||||||
|
|||||||
Reference in New Issue
Block a user