summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-07-13 03:43:00 +0300
committerLars Wirzenius <liw@iki.fi>2007-07-13 03:43:00 +0300
commita6b1afe9b0aa1aaf187f899ae2094501f202aaf3 (patch)
treeec1ba547a90ea40f69208f4908d1ca7b79191177 /Makefile
parentb20f86b00bf39ff868aa5c8151c47a2043f972f4 (diff)
downloadgenbackupdata-a6b1afe9b0aa1aaf187f899ae2094501f202aaf3.tar.gz
Added a 'dist' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f579e6c..d68d967 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,6 @@ check:
clean:
rm -rf *.pyc *.pyo dist MANIFEST
+
+dist:
+ python setup.py sdist