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)
 


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

This is the relax-commits mailing list
relax-commits@gna.org

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