mailr2415 - /1.2/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 28, 2006 - 03:57:
Author: bugman
Date: Tue Mar 28 03:56:31 2006
New Revision: 2415

URL: http://svn.gna.org/viewcvs/relax?rev=2415&view=rev
Log:
Modified the behaviour of the Sconstruct clean target to remove 'relax.out' 
from the LaTeX dir.


Modified:
    1.2/sconstruct

Modified: 1.2/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2415&r1=2414&r2=2415&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Tue Mar 28 03:56:31 2006
@@ -168,7 +168,7 @@
         print "###############################\n\n"
 
         # Extensions of temporary files.
-        temp_extns = ['pyc', 'bak', 'o', 'os']
+        temp_extns = ['pyc', 'bak', 'o', 'os', 'out']
 
         # Print out.
         print "\nRemoving the files ending in " + `temp_extns` + ".\n"




Related Messages


Powered by MHonArc, Updated Tue Mar 28 04:20:08 2006