summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-06 12:43:33 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:24 -0700
commit48256049776fd7f6d683fed9c949ae2e2334948b (patch)
tree3d0174fe81fd55b368b80c0d0ca6fb31fa429abf /documentation
parent00996de4eb526ed3e7ca2e363a4a6d0d26e31ffd (diff)
downloadpoky-48256049776fd7f6d683fed9c949ae2e2334948b.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. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
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 74e35bcdeb..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) o-hand.com:/srv/www/pokylinux.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)