From 93f2f1bb9915c6341d57fc9648a104d8a67d5e91 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 9 May 2011 18:32:58 -0500 Subject: documentation/adt-manual/Makefile: removed hardcoded name from publish I removed the hardcoded name from the publish script. (From yocto-docs rev: 31f4b6c46944deb055f44fdbe2bdd93b97331849) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index d34d3a1..fe16a57 100644 --- a/documentation/adt-manual/Makefile +++ b/documentation/adt-manual/Makefile @@ -37,8 +37,8 @@ FIGURES = figures/*.png STYLESHEET = *.css publish: - scp -r $(MANUALS) $(STYLESHEET) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual - scp -r $(FIGURES) srifenbark@www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual/figures + scp -r $(MANUALS) $(STYLESHEET) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual + scp -r $(FIGURES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-docs/adt-manual/figures clean: rm -f $(MANUALS) -- cgit v1.1