summaryrefslogtreecommitdiffstats
path: root/textw/Makefile
blob: 55c8aecb7c7d06e2b0c71ceccab2f72d975be233 (plain)
1
2
3
4
5
6
7
all:
	echo "nothing to make"

install: 
	mkdir -p $(DESTDIR)/usr/lib/python1.5/site-packages/textw
	cp -a *.py $(DESTDIR)/usr/lib/python1.5/site-packages/textw
	../py-compile --basedir $(DESTDIR)/usr/lib/python1.5/site-packages/textw $(DESTDIR)/usr/lib/python1.5/site-packages/textw/*.py