From 112adfc17447310efd1666830944a453eeff5bb4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 May 2011 13:26:34 -0500 Subject: documentation/yocto-project-qs/Makefile: BUGID#_956 - fixed remote publish URL Fixed the remote publish URL so that the HTML version of the manual will get pushed to the yoctoproject.org site automatically. (From yocto-docs rev: a83537af7d44357a71f66ca1105e2f44089f4fb5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/yocto-project-qs/Makefile b/documentation/yocto-project-qs/Makefile index 8c8e2c266d..41c35e11a9 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) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ + scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/yocto-quick-start clean: rm -f $(OUTPUTS) -- cgit v1.2.3-54-g00ecf