mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-17 16:26:23 +01:00
Dont use calibre-debug to build pot files
This commit is contained in:
parent
01c9ffee6f
commit
c7b66aada8
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ def get_content_server_strings(self):
|
|||
def get_user_manual_docs(self):
|
||||
self.info('Generating translation templates for user_manual')
|
||||
base = tempfile.mkdtemp()
|
||||
subprocess.check_call(['calibre-debug', self.j(self.d(self.SRC), 'manual', 'build.py'), 'gettext', base])
|
||||
subprocess.check_call([sys.executable, self.j(self.d(self.SRC), 'manual', 'build.py'), 'gettext', base])
|
||||
tbase = self.j(self.TRANSLATIONS, 'manual')
|
||||
for x in os.listdir(base):
|
||||
if not x.endswith('.pot'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue