From: Jürgen Spitzmüller Date: Mon, 4 Apr 2011 11:39:59 +0000 (+0000) Subject: * configure.py: remove files produced by the LuaTeX test when the test is over. X-Git-Tag: 2.0.0~247 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3fb4bf59c6f9e7d08a568768946391d0f1e5243b;p=features.git * 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 --- diff --git a/lib/configure.py b/lib/configure.py index de9062e074..6ccb8426c4 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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):