diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index bebf5d10bb..af802b1dc4 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile @@ -29,7 +29,7 @@ OUTPUTS = bsp-guide.pdf bsp-guide.html SOURCES = *.png *.xml *.css *.svg 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: rm -f $(OUTPUTS)