Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2013-07-12 14:42:27 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2013-07-12 14:42:27 (GMT)
commit389b3787577049863c6cc8de70581491548aec40 (patch)
tree895d47aee42d692f467497f63371e21fc8cbd828 /Makefile
parent16e6350a4042991620855a3af539869af5e7614e (diff)
Setup initial debian package generator
Signed-off-by: Daniel Francis <francis@sugarlabs.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1df81c..ac29dcf 100644
--- a/Makefile
+++ b/Makefile
@@ -22,4 +22,6 @@ xo_bundle:
python makescripts/xobuild.py
dist_tarball:
python setup.py build
- python makescripts/desktopbuild.py \ No newline at end of file
+ python makescripts/desktopbuild.py
+debian: dist_tarball
+ python makescripts/debianpackage.py