Makefile
changeset 3864 1a7794525c2b
parent 2527 c51fad25e59e
child 3865 36a957364b1b
--- a/Makefile	Sun Dec 10 17:41:07 2006 -0600
+++ b/Makefile	Sun Dec 10 19:16:38 2006 -0600
@@ -56,7 +56,9 @@
 dist:	tests dist-notests
 
 dist-notests:	doc
-	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest
+	hg manifest > MANIFEST
+	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist
+	rm MANIFEST
 
 tests:
 	cd tests && $(PYTHON) run-tests.py