mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 17:16:11 +01:00
This commit is contained in:
parent
fb94e6943b
commit
c59bf65cfa
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ def main():
|
|||
shutil.rmtree('docs')
|
||||
os.mkdir('docs')
|
||||
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('svn commit -m "Updated translations" src/libprs500/translations')
|
||||
tag_release()
|
||||
|
|
|
|||
Loading…
Reference in a new issue