makeglossaries
This commit is contained in:
parent
4fc40fb8b9
commit
521fc1b16d
1 changed files with 4 additions and 1 deletions
|
@ -88,7 +88,10 @@ def build(directory, sign):
|
|||
# pre build
|
||||
run(command)
|
||||
# build glossaries
|
||||
run(['makeglossaries', '-d', tmp, MAIN])
|
||||
run(['makeglossaries',
|
||||
'-d', tmp,
|
||||
MAIN,
|
||||
])
|
||||
# build references
|
||||
run(['biber',
|
||||
'--input-directory', tmp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue