mailr14358 - /branches/gui_testing/scons/manuals.py


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

Header


Content

Posted by edward on August 11, 2011 - 16:10:
Author: bugman
Date: Thu Aug 11 16:10:39 2011
New Revision: 14358

URL: http://svn.gna.org/viewcvs/relax?rev=14358&view=rev
Log:
The 'relax_gui_mode' module is blacklisted from the epydoc documentation 
generation.

Without this, the relax GUI launches when executing 'scons api_manual_html'.


Modified:
    branches/gui_testing/scons/manuals.py

Modified: branches/gui_testing/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/scons/manuals.py?rev=14358&r1=14357&r2=14358&view=diff
==============================================================================
--- branches/gui_testing/scons/manuals.py (original)
+++ branches/gui_testing/scons/manuals.py Thu Aug 11 16:10:39 2011
@@ -247,7 +247,7 @@
         epydoc_cmd = epydoc_cmd + ' --exclude=' + name
 
     # All the files of the current directory.
-    blacklist = ['README', 'relax.bat']
+    blacklist = ['README', 'relax.bat', 'relax_gui_mode.py']
     files = listdir(getcwd())
     for file in files:
         # Blacklisted.




Related Messages


Powered by MHonArc, Updated Thu Aug 11 16:20:02 2011