Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--Makefile.buildbot2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0359aee..17a03d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
SOURCE_DIR=$(CURDIR)/source
+BUILD_DIR=$(CURDIR)/build
COMMANDS_DIR=$(CURDIR)/commands
HOME_DIR=$(CURDIR)/home
TOOLS_DIR=$(CURDIR)/tools
diff --git a/Makefile.buildbot b/Makefile.buildbot
index 23ac3ca..395c318 100644
--- a/Makefile.buildbot
+++ b/Makefile.buildbot
@@ -1,4 +1,4 @@
-DOCS_SOURCE=$(SOURCE_DIR)/sugar-docs/build/
+DOCS_SOURCE=$(BUILD_DIR)/sugar-docs/html
DOCS_DEST=dnarvaez@shell.sugarlabs.org:~/public_html/sugar-docs/
SNAPSHOT_DEST_HOST=dnarvaez@shell.sugarlabs.org