mailr12441 - /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 24, 2011 - 16:34:
Author: bugman
Date: Mon Jan 24 16:34:34 2011
New Revision: 12441

URL: http://svn.gna.org/viewcvs/relax?rev=12441&view=rev
Log:
Removed http://nmr-relax.com from the bottom of all the HTML user manual 
pages.

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

http://nmr-relax.com is redundant due to all the http://nmr-relax.com links 
in the navigation bar.


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=12441&r1=12440&r2=12441&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Mon Jan 24 16:34:34 2011
@@ -301,7 +301,7 @@
     dir = path.pardir + path.sep + "html"
 
     # Run the latex2html command.
-    cmd = "latex2html -address http://nmr-relax.com -local_icons 
-html_version 4.0 -long_titles 5 -split 4 -dir %s -auto_navigation 
--external_file relax.aux -antialias relax.tex" % (dir)
+    cmd = "latex2html -local_icons -html_version 4.0 -long_titles 5 -split 4 
-dir %s -auto_navigation --external_file relax.aux -antialias relax.tex" % 
(dir)
     print("Running the command:\n$ %s\n\n\n" % cmd)
     system(cmd)
 




Related Messages


Powered by MHonArc, Updated Mon Jan 24 16:40:02 2011