Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2013-07-12 17:21:58 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2013-07-12 17:21:58 (GMT)
commitf6cfb0debb2e436a9b1ae4803a95ea6cfbe428b5 (patch)
treef2015857cf2bbe8f1369b811d9a0e45a22b2ed15
parent389b3787577049863c6cc8de70581491548aec40 (diff)
Get debian and automake builders working
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
-rw-r--r--Makefile6
m---------makescripts0
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ac29dcf..49be09a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ mimetypes.xml:
xo_bundle:
python setup.py build
python makescripts/xobuild.py
-dist_tarball:
+automake:
python setup.py build
- python makescripts/desktopbuild.py
-debian: dist_tarball
+ python makescripts/automake.py
+debian: automake
python makescripts/debianpackage.py
diff --git a/makescripts b/makescripts
-Subproject d81a84824e02848beb3b11b6b0a29e24ed65bb1
+Subproject 3eef6072f09f6063f88024be0269aefc41fdf53