diff options
-rw-r--r-- | documentation/bsp-guide/Makefile | 4 | ||||
-rw-r--r-- | documentation/kernel-manual/Makefile | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/Makefile | 4 | ||||
-rw-r--r-- | documentation/yocto-project-qs/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 5b24404ca0..36ca48a62a 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
@@ -30,8 +30,8 @@ FIGURES = figures/*.png | |||
30 | STYLESHEET = *.css | 30 | STYLESHEET = *.css |
31 | 31 | ||
32 | publish: | 32 | publish: |
33 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide | 33 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide |
34 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide/figures | 34 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide/figures |
35 | 35 | ||
36 | clean: | 36 | clean: |
37 | rm -f $(OUTPUTS) | 37 | rm -f $(OUTPUTS) |
diff --git a/documentation/kernel-manual/Makefile b/documentation/kernel-manual/Makefile index 6650b04c8c..b691da8111 100644 --- a/documentation/kernel-manual/Makefile +++ b/documentation/kernel-manual/Makefile | |||
@@ -31,8 +31,8 @@ FIGURES = figures/*.png | |||
31 | STYLESHEET = *.css | 31 | STYLESHEET = *.css |
32 | 32 | ||
33 | publish: | 33 | publish: |
34 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual | 34 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual |
35 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual/figures | 35 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual/figures |
36 | 36 | ||
37 | clean: | 37 | clean: |
38 | rm -f $(OUTPUTS) | 38 | rm -f $(OUTPUTS) |
diff --git a/documentation/poky-ref-manual/Makefile b/documentation/poky-ref-manual/Makefile index 72dfe51993..bb70a05d87 100644 --- a/documentation/poky-ref-manual/Makefile +++ b/documentation/poky-ref-manual/Makefile | |||
@@ -31,8 +31,8 @@ FIGURES = figures/*.png | |||
31 | STYLESHEET = *.css | 31 | STYLESHEET = *.css |
32 | 32 | ||
33 | publish: | 33 | publish: |
34 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual | 34 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual |
35 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual/figures | 35 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual/figures |
36 | 36 | ||
37 | clean: | 37 | clean: |
38 | rm -f $(OUTPUTS) | 38 | rm -f $(OUTPUTS) |
diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile index ad209f1148..2c7bdf86a0 100644 --- a/documentation/yocto-project-qs/Makefile +++ b/documentation/yocto-project-qs/Makefile | |||
@@ -27,8 +27,8 @@ FIGURES = figures/*.png | |||
27 | STYLESHEET = *.css | 27 | STYLESHEET = *.css |
28 | 28 | ||
29 | publish: | 29 | publish: |
30 | scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start | 30 | scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start |
31 | scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start/figures | 31 | scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start/figures |
32 | 32 | ||
33 | clean: | 33 | clean: |
34 | rm -f $(MANUALS) | 34 | rm -f $(MANUALS) |