mailr16227 - /1.3/scons/manuals.py


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

Header


Content

Posted by edward on May 11, 2012 - 14:30:
Author: bugman
Date: Fri May 11 14:30:26 2012
New Revision: 16227

URL: http://svn.gna.org/viewcvs/relax?rev=16227&view=rev
Log:
Fix for the creation of the HTML user manual 
(http://www.nmr-relax.com/manual).

The shell command for renaming the relax_user_manual.html file to index.html 
had a typo and was not
working!


Modified:
    1.3/scons/manuals.py

Modified: 1.3/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/scons/manuals.py?rev=16227&r1=16226&r2=16227&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Fri May 11 14:30:26 2012
@@ -381,7 +381,7 @@
     system(cmd)
 
     # Create the proper index.html file.
-    cmd = "cp -vp %s%srelax_user_manual.html %s%s index.html" % (dir, 
path.sep, dir, path.sep)
+    cmd = "cp -vp %s%srelax_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 May 11 15:20:02 2012