This commit is contained in:
Kovid Goyal 2007-12-03 18:12:22 +00:00
parent 6fec64d13f
commit 4496ba5d89

View File

@ -96,6 +96,7 @@ def main():
os.mkdir('docs')
check_call("sudo python setup.py develop", shell=True)
check_call('make', shell=True)
check_call('svn commit -m "Updated translations" src/libprs500/translations')
upload_demo()
print 'Building OSX installer...'
dmg = build_osx()