diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-05 14:31:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:17:34 +0100 |
commit | 9aa2ef7467aeccb0302430bd098dc21502ae8bc4 (patch) | |
tree | fb87a51d7ceae2ed03a9af14943a9bea9d00baba | |
parent | 7accf4ba9926ad6bd4ff59de40dbc5422566cfa9 (diff) | |
download | poky-9aa2ef7467aeccb0302430bd098dc21502ae8bc4.tar.gz |
documentation: Update publishing location
(From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/Makefile | 2 | ||||
-rw-r--r-- | documentation/bsp-guide/Makefile | 2 | ||||
-rw-r--r-- | documentation/kernel-manual/Makefile | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 2 | ||||
-rw-r--r-- | documentation/yocto-project-qs/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
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 | |||
36 | SOURCES = *.png *.xml *.css | 36 | SOURCES = *.png *.xml *.css |
37 | 37 | ||
38 | publish: | 38 | publish: |
39 | scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ | 39 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ |
40 | 40 | ||
41 | clean: | 41 | clean: |
42 | rm -f $(OUTPUTS) | 42 | 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 | |||
29 | SOURCES = *.png *.xml *.css *.svg | 29 | SOURCES = *.png *.xml *.css *.svg |
30 | 30 | ||
31 | publish: | 31 | publish: |
32 | scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ | 32 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ |
33 | 33 | ||
34 | clean: | 34 | clean: |
35 | rm -f $(OUTPUTS) | 35 | 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 | |||
36 | SOURCES = *.png *.xml *.css | 36 | SOURCES = *.png *.xml *.css |
37 | 37 | ||
38 | publish: | 38 | publish: |
39 | scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ | 39 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ |
40 | 40 | ||
41 | clean: | 41 | clean: |
42 | rm -f $(OUTPUTS) | 42 | 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 | |||
30 | SOURCES = *.png *.xml *.css *.svg | 30 | SOURCES = *.png *.xml *.css *.svg |
31 | 31 | ||
32 | publish: | 32 | publish: |
33 | scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ | 33 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ |
34 | 34 | ||
35 | clean: | 35 | clean: |
36 | rm -f $(OUTPUTS) | 36 | 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 | |||
26 | SOURCES = *.png *.xml *.css | 26 | SOURCES = *.png *.xml *.css |
27 | 27 | ||
28 | publish: | 28 | publish: |
29 | scp -r $(OUTPUTS) $(SOURCES) o-hand.com:/srv/www/pokylinux.org/doc/ | 29 | scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ |
30 | 30 | ||
31 | clean: | 31 | clean: |
32 | rm -f $(OUTPUTS) | 32 | rm -f $(OUTPUTS) |