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,
|
'-output-directory', tmp,
|
||||||
f'{variables}\\input{{{MAIN}}}',
|
f'{variables}\\input{{{MAIN}}}',
|
||||||
]
|
]
|
||||||
|
# pre build
|
||||||
|
run(command)
|
||||||
# if it's the main document
|
# if it's the main document
|
||||||
if document[ENGLISH] == 'thesis':
|
if document[ENGLISH] == 'thesis':
|
||||||
# pre build
|
|
||||||
run(command)
|
|
||||||
# build glossaries
|
# build glossaries
|
||||||
run(['makeglossaries',
|
run(['makeglossaries',
|
||||||
'-d', tmp,
|
'-d', tmp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue