mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
PDF manual fails for arabic
This commit is contained in:
parent
28f550f6b2
commit
07274c3ffa
@ -45,7 +45,7 @@ def build_manual(language, base):
|
||||
sb = partial(sphinx_build, language, base)
|
||||
onlinedir = sb(t='online')
|
||||
epubdir = sb('myepub', 'epub')
|
||||
pdf_ok = language not in ('ja',)
|
||||
pdf_ok = language not in ('ja', 'ar')
|
||||
if pdf_ok:
|
||||
latexdir = sb('latex', 'latex')
|
||||
pwd = os.getcwd()
|
||||
|
Loading…
x
Reference in New Issue
Block a user