Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-10-23 14:36:52 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-23 14:36:52 (GMT)
commitcfcd85c266d81cd3081f787f882fd92648a4b7c5 (patch)
tree4f8ae906f2fa22c3eec2fbda4d29f11581bb101b
parentd1746c5db597a953fb7764749f7d04e1a84ba529 (diff)
Allow to build tarballs for desktops
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17dadbb..72ee90c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,4 +19,7 @@ mimetypes.xml:
if [ "$P" = "[]" ]; then echo "No mime types"; else python makescripts/mime_type.py; fi
xo_bundle:
python setup.py build
- python makescripts/xobuild.py \ No newline at end of file
+ python makescripts/xobuild.py
+dist_tarball:
+ python setup.py build
+ python makescripts/desktopbuild.py \ No newline at end of file