copy README to dist folder

This commit is contained in:
Josh Holtrop 2011-07-07 16:09:52 -04:00
parent 24e144986f
commit d00614d2cd

1
Makefile Normal file → Executable file
View File

@ -3,6 +3,7 @@
dist:
-rm -rf dist
pythonw setup.py py2exe
cp README dist
.PHONY: clean
clean: