]> git.lyx.org Git - features.git/commitdiff
* configure.py: remove files produced by the LuaTeX test when the test is over.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 4 Apr 2011 11:39:59 +0000 (11:39 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 4 Apr 2011 11:39:59 +0000 (11:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38241 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index de9062e0743082387969d6d9e9affece04e2194f..6ccb8426c4e420d112c7707e36782aaaf319aa4d 100644 (file)
@@ -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):