mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* configure.py: remove files produced by the LuaTeX test when the test is over.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38241 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5f1bfdde1e
commit
3fb4bf59c6
@ -458,7 +458,7 @@ def checkLuatex():
|
||||
if DVILUATEX != '':
|
||||
addToRC(r'\converter luatex dvi3 "%s" "latex=lualatex"' % DVILUATEX)
|
||||
# remove temporary files
|
||||
removeFiles(['luatest.tex', 'luatest.log'])
|
||||
removeFiles(['luatest.tex', 'luatest.log', 'luatest.aux', 'luatest.pdf'])
|
||||
|
||||
|
||||
def checkModule(module):
|
||||
|
Loading…
Reference in New Issue
Block a user