diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index 74e35bcdeb..d0325b61e4 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/ clean: rm -f $(OUTPUTS) diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index fdb45ecd13..bebf5d10bb 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) o-hand.com:/srv/www/pokylinux.org/doc/ + scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ clean: rm -f $(OUTPUTS) diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index a2eaced586..27d2c0bbaf 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile @@ -36,7 +36,7 @@ OUTPUTS = kernel-manual.tgz kernel-manual.html kernel-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/ clean: rm -f $(OUTPUTS) diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 2ed7cd423f..c00fbb4a25 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile @@ -30,7 +30,7 @@ OUTPUTS = poky-ref-manual.tgz poky-ref-manual.html poky-ref-manual.pdf SOURCES = *.png *.xml *.css *.svg 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/ clean: rm -f $(OUTPUTS) diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile index a267edc0c8..8c8e2c266d 100644 --- a/documentation/yocto-project-qs/Makefile +++ b/documentation/yocto-project-qs/Makefile @@ -26,7 +26,7 @@ OUTPUTS = yocto-project-qs.tgz yocto-project-qs.html ypqs.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/ clean: rm -f $(OUTPUTS)