Pavel Sanda wrote:
>   from now on please any untrivial code must firstly go through devel list
>   and have nod from at least one another developer.

This one is probably untrivial -- it removes some more files produced in the 
LuaTeX test of configure.py.

Jürgen
Index: lib/configure.py
===================================================================
--- lib/configure.py	(Revision 38236)
+++ lib/configure.py	(Arbeitskopie)
@@ -458,7 +458,7 @@
             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):

Reply via email to