Changeset 366:e56acb1e1516

Show
Ignore:
Timestamp:
08/24/08 04:34:06 (3 months ago)
Author:
Christos Trochalakis <yatiohi@…>
Branch:
default
Message:

minor: removeddist build install from the Makefile

no magic: use python setup.py instead:)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r365 r366  
    1414        find . -name '*.pyc' | xargs -I'{}' rm '{}' 
    1515 
    16 dist: 
    17         python setup.py sdist --formats=bztar 
    18  
    19 build: 
    20         python setup.py build 
    21  
    22 install: 
    23         python setup.py install -O1 --skip-build --root $(DESTDIR) 
    24         install -D tools/transifex-client.py $(DESTDIR)/usr/bin/transifex 
    25  
    26 .PHONY: docs test todo clean dist build install 
     16.PHONY: docs test todo clean