Makefile
changeset 3864 1a7794525c2b
parent 2527 c51fad25e59e
child 3865 36a957364b1b
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-%: