mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
misc fixes + English prototype
This commit is contained in:
parent
377d682b84
commit
77af3c2df4
3 changed files with 36 additions and 4 deletions
|
@ -56,7 +56,7 @@ if __name__ == '__main__':
|
|||
|
||||
os.makedirs(output_dir)
|
||||
for lang in collect_languages(html_dir):
|
||||
epub = os.path.join(output_dir, 'intro_' + lang + '.epub')
|
||||
epub = os.path.join(output_dir, 'intro-' + lang + '.epub')
|
||||
if os.path.exists(epub):
|
||||
os.remove(epub)
|
||||
print 'Generating intro for language %s...' % lang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue