Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.buildbot
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-20 08:41:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-20 08:41:21 (GMT)
commit3aee5544e9166e7ebc000d6be2c2340e25c7a720 (patch)
tree67b17f44de7b75053fffb986cf7a14b020c43e5e /Makefile.buildbot
parent888687f307f77738b2209dfc0f48f8f30aa63b58 (diff)
Split and cleanup makefiles
Diffstat (limited to 'Makefile.buildbot')
-rw-r--r--Makefile.buildbot7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.buildbot b/Makefile.buildbot
new file mode 100644
index 0000000..bb20390
--- /dev/null
+++ b/Makefile.buildbot
@@ -0,0 +1,7 @@
+DOCS_SOURCE=$(SOURCE_DIR)/sugar-docs/build/
+DOCS_DEST=dnarvaez@shell.sugarlabs.org:~/public_html/sugar-docs/
+
+.PHONY: upload-docs
+
+upload-docs:
+ rsync -r --progress $(DOCS_SOURCE) $(DOCS_DEST)