mailr2629 - /1.2/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 12, 2006 - 09:08:
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")
 




Related Messages


Powered by MHonArc, Updated Thu Oct 12 09:40:04 2006