prebuild
This commit is contained in:
parent
6644e0f666
commit
7e0a5a1d0e
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@ def build(directory, sign):
|
|||
'-output-directory', tmp,
|
||||
f'{variables}\\input{{{MAIN}}}',
|
||||
]
|
||||
# if it's the main document
|
||||
if document[ENGLISH] == 'thesis':
|
||||
# pre build
|
||||
run(command)
|
||||
# if it's the main document
|
||||
if document[ENGLISH] == 'thesis':
|
||||
# build glossaries
|
||||
run(['makeglossaries',
|
||||
'-d', tmp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue