mailr12433 - /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 22, 2011 - 22:17:
Author: bugman
Date: Sat Jan 22 22:17:10 2011
New Revision: 12433

URL: http://svn.gna.org/viewcvs/relax?rev=12433&view=rev
Log:
Increased the splitting level by one.

This will be visible at http://www.nmr-relax.com/manual/1.3/relax.html with a 
new relax release.


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=12433&r1=12432&r2=12433&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Sat Jan 22 22:17:10 2011
@@ -295,7 +295,7 @@
     chdir(env['LATEX_DIR'])
 
     # Run the latex2html command.
-    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")
+    cmd = "latex2html -no_math -address http://nmr-relax.com -local_icons 
-html_version 4.0 -long_titles 5 -split 4 -dir %s -auto_navigation -antialias 
relax.tex" % (path.pardir + path.sep + "html")
     print("Running the command:\n$ %s\n\n\n" % cmd)
     system(cmd)
 




Related Messages


Powered by MHonArc, Updated Sat Jan 22 22:20:02 2011