diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index 74e35bcdeb..560913a69d 100644 --- a/documentation/adt-manual/Makefile +++ b/documentation/adt-manual/Makefile @@ -36,7 +36,7 @@ OUTPUTS = adt-manual.tgz adt-manual.html adt-manual.pdf SOURCES = *.png *.xml *.css publish: - scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ + scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/adt-manual clean: rm -f $(OUTPUTS)