From 5b1f8a25de6b7d8c8715116f215e3758ac5b437c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 May 2011 12:43:33 -0500 Subject: documentation/adt-manual/Makefile: Updated publish Updated the publish statement so that the HTML and PDF files will be published to the Yocto Project website. (From yocto-docs rev: 3b09ca5ee4e1919dbc72d680064083271dec544c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/adt-manual/Makefile b/documentation/adt-manual/Makefile index d0325b61e4..560913a69d 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 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/adt-manual clean: rm -f $(OUTPUTS) -- cgit v1.2.3-54-g00ecf