From 3fb4bf59c6f9e7d08a568768946391d0f1e5243b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 4 Apr 2011 11:39:59 +0000 Subject: [PATCH] * 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 --- lib/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2