mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
This commit is contained in:
parent
fb94e6943b
commit
c59bf65cfa
@ -129,6 +129,7 @@ def main():
|
|||||||
shutil.rmtree('docs')
|
shutil.rmtree('docs')
|
||||||
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('sudo rm src/%s/gui2/images_rc.pyc'%__appname__, shell=True)
|
||||||
check_call('make', shell=True)
|
check_call('make', shell=True)
|
||||||
check_call('svn commit -m "Updated translations" src/libprs500/translations')
|
check_call('svn commit -m "Updated translations" src/libprs500/translations')
|
||||||
tag_release()
|
tag_release()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user