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:


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to