Author: bugman
Date: Thu Oct 12 09:07:31 2006
New Revision: 2629

URL: http://svn.gna.org/viewcvs/relax?rev=2629&view=rev
Log:
Fixed an incorrect comment in the 'compile_user_manual_html()' Scons build 
target function.


Modified:
    1.2/scons/manuals.py

Modified: 1.2/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/scons/manuals.py?rev=2629&r1=2628&r2=2629&view=diff
==============================================================================
--- 1.2/scons/manuals.py (original)
+++ 1.2/scons/manuals.py Thu Oct 12 09:07:31 2006
@@ -305,7 +305,7 @@
     base_dir = getcwd()
     chdir(env['LATEX_DIR'])
 
-    # Get the docstrings.
+    # Run the latex2html command.
     print "Running the command:\n$ latex2html -split +3 -html_version 4.0 -dir 
" + path.pardir + path.sep + "html relax.tex\n\n\n"
     system("latex2html -split +3 -html_version 4.0 -dir " + path.pardir + 
path.sep + "html relax.tex")
 


_______________________________________________
relax (http://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