Changeset 366:e56acb1e1516
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r365
|
r366
|
|
| 14 | 14 | find . -name '*.pyc' | xargs -I'{}' rm '{}' |
| 15 | 15 | |
| 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 |