Changeset 337 for releases/Makefile
- Timestamp:
- 07/20/10 19:04:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/Makefile
r248 r337 4 4 #--------------------------------------------------- 5 5 6 all: patch release clean 6 all: patch release zip exe clean 7 tgz: patch release clean 8 src: patch release zip clean 9 win: patch zip exe clean 10 exe: installer distclean 7 11 8 12 patch: 9 13 patch -p0 -i mystic-0.2a1-patch${NPATCH_0_2a1}.diff 10 14 15 zip: 16 zip -r mystic-0.2a1-p${NPATCH_0_2a1}.zip mystic-0.2a1 17 11 18 release: 12 19 tar -cvzf mystic-0.2a1-p${NPATCH_0_2a1}.tgz mystic-0.2a1 20 21 installer: 22 cd mystic-0.2a1; python setup.py bdist --format=wininst; cd .. 23 cd mystic-0.2a1; cd dist; mv -f mystic-0.2a1*exe ..; cd ..; cd .. 24 cd mystic-0.2a1; mv -f mystic-0.2a1*exe ..; cd .. 25 mv -f mystic-0.2a1*exe mystic-0.2a1-p${NPATCH_0_2a1}.win32.exe 26 27 distclean: 28 cd mystic-0.2a1; rm -rf build dist mystic.egg-info; cd .. 13 29 14 30 clean:
Note: See TracChangeset
for help on using the changeset viewer.