mailr27892 - /branches/frame_order_cleanup/scons/manuals.py


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

Header


Content

Posted by edward on September 29, 2015 - 18:17:
Author: bugman
Date: Tue Sep 29 18:17:13 2015
New Revision: 27892

URL: http://svn.gna.org/viewcvs/relax?rev=27892&view=rev
Log:
The 'scons clean' target now removes all LaTeX *.aux files.

The docs/latex/frame_order/ directory is now also being checked for *.aux 
files.


Modified:
    branches/frame_order_cleanup/scons/manuals.py

Modified: branches/frame_order_cleanup/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/scons/manuals.py?rev=27892&r1=27891&r2=27892&view=diff
==============================================================================
--- branches/frame_order_cleanup/scons/manuals.py       (original)
+++ branches/frame_order_cleanup/scons/manuals.py       Tue Sep 29 18:17:13 
2015
@@ -62,6 +62,8 @@
     # LaTeX auxillary files.
     for file in glob(env['LATEX_DIR'] + '*.aux'):
         files.append(file)
+    for file in glob(env['LATEX_DIR'] + 'frame_order' + sep + '*.aux'):
+        files.append(file)
 
     # Remove the files.
     for file in files:




Related Messages


Powered by MHonArc, Updated Tue Sep 29 18:20:13 2015