This commit is contained in:
Marc Beninca 2020-05-02 19:24:52 +02:00
parent d74d5c90b9
commit 5de9d9ad8b
2 changed files with 4 additions and 12 deletions

View file

@ -23,15 +23,9 @@ def errun(command):
def build(sign):
for en, fr in DOCUMENTS:
command = ['xelatex',
'-output-directory', TMP,
en,
]
command = ['xelatex', '-output-directory', TMP, en]
run(command)
run(['makeglossaries',
'-d', TMP,
en,
])
run(['makeglossaries', '-d', TMP, en])
run(['biber',
'--input-directory', TMP,
'--output-directory', TMP,