mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
6fec64d13f
commit
4496ba5d89
@ -96,6 +96,7 @@ def main():
|
|||||||
os.mkdir('docs')
|
os.mkdir('docs')
|
||||||
check_call("sudo python setup.py develop", shell=True)
|
check_call("sudo python setup.py develop", shell=True)
|
||||||
check_call('make', shell=True)
|
check_call('make', shell=True)
|
||||||
|
check_call('svn commit -m "Updated translations" src/libprs500/translations')
|
||||||
upload_demo()
|
upload_demo()
|
||||||
print 'Building OSX installer...'
|
print 'Building OSX installer...'
|
||||||
dmg = build_osx()
|
dmg = build_osx()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user