mailr26583 - /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 November 14, 2014 - 11:52:
Author: bugman
Date: Fri Nov 14 11:52:51 2014
New Revision: 26583

URL: http://svn.gna.org/viewcvs/relax?rev=26583&view=rev
Log:
Fixes for the HTML user manual compilation.

The index.html file was not being created as the main page has changed from 
'relax_user_manual.html'
to 'The_relax_user_manual.html'.


Modified:
    trunk/scons/manuals.py

Modified: trunk/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/scons/manuals.py?rev=26583&r1=26582&r2=26583&view=diff
==============================================================================
--- trunk/scons/manuals.py      (original)
+++ trunk/scons/manuals.py      Fri Nov 14 11:52:51 2014
@@ -389,7 +389,7 @@
     system(cmd)
 
     # Create the proper index.html file.
-    cmd = "cp -vp %s%srelax_user_manual.html %s%sindex.html" % (dir, 
path.sep, dir, path.sep)
+    cmd = "cp -vp %s%sThe_relax_user_manual.html %s%sindex.html" % (dir, 
path.sep, dir, path.sep)
     print("Running the command:\n$ %s\n\n\n" % cmd)
     system(cmd)
 




Related Messages


Powered by MHonArc, Updated Fri Nov 14 12:00:04 2014