rem $Id: SHIP.bat 307 2004-12-06 20:06:33Z fredrik $ erase MANIFEST /q erase docs\pythondoc*.html erase zone\pythondoc*.txt pythondoc -p effbot.org -Dstyle=effbot.css effbot\org move pythondoc*.html docs pythondoc -p effbot.org -Dzone effbot\org move pythondoc*.txt zone rd /s /q dist rd /s /q build python setup.py sdist %1 %2 %3 python setup.py bdist_wininst %1 %2 %3 @echo. @echo. -------------------------------- @echo. -------------------------------- @echo. -------------------------------- @echo. DON'T FORGET TO TAG THE RELEASE! @echo. -------------------------------- @echo. -------------------------------- @echo. --------------------------------