# HG changeset patch # User Matt Mackall # Date 1320964950 21600 # Node ID b3c2f0e6bda2319ef8f571664f34b879368be5a2 # Parent 009e7858a93bd72358f81a6be7bc5655be1bed70 Makefile: add dist target diff -r 009e7858a93b -r b3c2f0e6bda2 Makefile --- a/Makefile Thu Nov 10 16:42:12 2011 -0600 +++ b/Makefile Thu Nov 10 16:42:30 2011 -0600 @@ -7,5 +7,9 @@ .PHONY: tests +dist: + TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist + + tests: $(PYTHON) test.py --with-doctest