comparison Makefile @ 3864:1a7794525c2b

Automatically build MANIFEST for make dist
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 19:16:38 -0600
parents c51fad25e59e
children 36a957364b1b
comparison
equal deleted inserted replaced
3863:1ef8ada4370f 3864:1a7794525c2b
54 cd doc && $(MAKE) $(MFLAGS) PREFIX="$(HOME)" install 54 cd doc && $(MAKE) $(MFLAGS) PREFIX="$(HOME)" install
55 55
56 dist: tests dist-notests 56 dist: tests dist-notests
57 57
58 dist-notests: doc 58 dist-notests: doc
59 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist --force-manifest 59 hg manifest > MANIFEST
60 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist
61 rm MANIFEST
60 62
61 tests: 63 tests:
62 cd tests && $(PYTHON) run-tests.py 64 cd tests && $(PYTHON) run-tests.py
63 65
64 test-%: 66 test-%: