mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 10:46:40 +01:00
This commit is contained in:
parent
6fec64d13f
commit
4496ba5d89
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue