1
0
Fork 0
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:
Nikolay Pultsin 2014-12-18 21:21:43 +00:00
parent 377d682b84
commit 77af3c2df4
3 changed files with 36 additions and 4 deletions

View file

@ -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