Makefile
changeset 3864 1a7794525c2b
parent 2527 c51fad25e59e
child 3865 36a957364b1b
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,9 @@ install-home-doc: doc
 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