Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-11 21:18:02 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-11 21:18:02 (GMT)
commitc2da8e815257412027b579fbc844f36b1877c510 (patch)
treef787054c8e3d97b79a9f3c215dc5dc5cd99cf889
parent7d17eef31b434af9e4b275d9d18a2c0c261e6e07 (diff)
Drop docs makefile
This is now handled in buildbot.
-rw-r--r--Makefile.docs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.docs b/Makefile.docs
deleted file mode 100644
index 7a9b6fb..0000000
--- a/Makefile.docs
+++ /dev/null
@@ -1,5 +0,0 @@
-DOCS_SOURCE=$(BUILD_DIR)/sugar-docs/html/
-DOCS_DEST=dnarvaez@shell.sugarlabs.org:~/public_html/sugar-docs/
-
-docs-upload:
- rsync -r --progress $(DOCS_SOURCE) $(DOCS_DEST)