mailr17878 - /trunk/scons/manuals.py


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

Header


Content

Posted by edward on October 16, 2012 - 23:15:
Author: bugman
Date: Tue Oct 16 23:15:21 2012
New Revision: 17878

URL: http://svn.gna.org/viewcvs/relax?rev=17878&view=rev
Log:
Fix for the API documentation for the rename of the 'scripts' to 
'devel_scripts' directory at r17708.


Modified:
    trunk/scons/manuals.py

Modified: trunk/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/manuals.py?rev=17878&r1=17877&r2=17878&view=diff
==============================================================================
--- trunk/scons/manuals.py (original)
+++ trunk/scons/manuals.py Tue Oct 16 23:15:21 2012
@@ -100,13 +100,13 @@
     # exclude
     #   The list of objects to exclude.
     exclude = [
+        'devel_scripts',
         'extern',
         'graphics',
         'minfx.scipy_subset',
         'multi.test_implementation',
         'multi.test_implementation2',
-        'sample_scripts',
-        'scripts'
+        'sample_scripts'
     ]
 
     # output
@@ -310,7 +310,7 @@
     head_lines = []
 
     # The Google analytics JS.
-    file = open(status.install_path + sep + 'scripts' + sep + 
'google_analytics.js')
+    file = open(status.install_path + sep + 'devel_scripts' + sep + 
'google_analytics.js')
     for line in file.readlines():
         head_lines.append(line)
     file.close()




Related Messages


Powered by MHonArc, Updated Tue Oct 16 23:40:03 2012