build/biber

This commit is contained in:
Marc Beninca 2020-04-27 22:52:32 +02:00
parent fa291641e5
commit 429b2acd0c

View file

@ -26,6 +26,11 @@ def build():
'-d', TMP,
document,
])
run(['biber',
'--input-directory', TMP,
'--output-directory', TMP,
document,
])
run(command)
pdf = f'{document}.pdf'
os.rename(os.path.join(TMP, pdf), pdf)