summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 12:43:33 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:17:35 +0100
commit5b1f8a25de6b7d8c8715116f215e3758ac5b437c (patch)
treeb4c131d18e5aaa4bcc144df8e6dbc172eba19220 /documentation
parent9aa2ef7467aeccb0302430bd098dc21502ae8bc4 (diff)
downloadpoky-5b1f8a25de6b7d8c8715116f215e3758ac5b437c.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/Makefile2
1 files changed, 1 insertions, 1 deletions
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
36SOURCES = *.png *.xml *.css 36SOURCES = *.png *.xml *.css
37 37
38publish: 38publish:
39 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/ 39 scp -r $(OUTPUTS) $(SOURCES) www.yoctoproject.org:/srv/www/www.yoctoproject.org-doc/adt-manual
40 40
41clean: 41clean:
42 rm -f $(OUTPUTS) 42 rm -f $(OUTPUTS)