mailr12425 - /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 January 21, 2011 - 18:55:
Author: bugman
Date: Fri Jan 21 18:55:09 2011
New Revision: 12425

URL: http://svn.gna.org/viewcvs/relax?rev=12425&view=rev
Log:
Big improvements to the HTML user manual generation.

This will be visible at http://www.nmr-relax.com/manual/1.3/relax.html once 
relax version 1.3.9 is
released.


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=12425&r1=12424&r2=12425&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Fri Jan 21 18:55:09 2011
@@ -295,8 +295,9 @@
     chdir(env['LATEX_DIR'])
 
     # 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")
+    cmd = "latex2html -no_math -address http://nmr-relax.com -local_icons 
-html_version 4.0 -long_titles 5 -split 3 -dir %s -auto_navigation -antialias 
relax.tex" % (path.pardir + path.sep + "html")
+    print("Running the command:\n$ %s\n\n\n" % cmd)
+    system(cmd)
 
     # Return to the base directory.
     chdir(base_dir)




Related Messages


Powered by MHonArc, Updated Sat Jan 22 18:00:02 2011