From bc729d29e3530e5fb8a9ebf69e7e31763457b63c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 May 2011 18:38:39 -0500 Subject: documentation: Removed hardcoded user name from publish option I removed the hardcoded name from the publish option. This involved updating the Makefiles. The publish option is still temporary as a more permanent solution is being created. (From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/Makefile | 4 ++-- documentation/kernel-manual/Makefile | 4 ++-- documentation/poky-ref-manual/Makefile | 4 ++-- documentation/yocto-project-qs/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation') 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 STYLESHEET = *.css publish: - scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide - scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide/figures + scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide + scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/bsp-guide/figures clean: 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 STYLESHEET = *.css publish: - scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual - scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual/figures + scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual + scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/kernel-manual/figures clean: 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 STYLESHEET = *.css publish: - scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual - scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual/figures + scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual + scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/poky-ref-manual/figures clean: 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 STYLESHEET = *.css publish: - scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start - scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start/figures + scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start + scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/yocto-quick-start/figures clean: rm -f $(MANUALS) -- cgit v1.2.3-54-g00ecf