Author: bugman
Date: Wed Nov 26 11:12:30 2014
New Revision: 26746

URL: http://svn.gna.org/viewcvs/relax?rev=26746&view=rev
Log:
Fixes for the links at the bottom of all HTML manual pages.

This is for the automatically generated documentation at 
http://www.nmr-relax.com/manual/index.html,
created using latex2html.  The links all require double quotes, and some a 
trailing '/'.  The links
fixed are http://www.nmr-relax.com, http://www.nmr-relax.com/manual/ and
http://download.gna.org/relax/manual/relax.pdf.


Modified:
    trunk/docs/latex/.latex2html-init

Modified: trunk/docs/latex/.latex2html-init
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/.latex2html-init?rev=26746&r1=26745&r2=26746&view=diff
==============================================================================
--- trunk/docs/latex/.latex2html-init   (original)
+++ trunk/docs/latex/.latex2html-init   Wed Nov 26 11:12:30 2014
@@ -65,7 +65,7 @@
 #$FONT_SIZE = "12pt";
 
 # Modify the footer.
-$ADDRESS = "The <a href=http://www.nmr-relax.com>relax</a> <a 
href=http://www.nmr-relax.com/manual>user manual</a> (<a 
href=http://download.gna.org/relax/manual/relax.pdf>PDF</a>), created 
$address_data[1].";
+$ADDRESS = "The <a href=\"http://www.nmr-relax.com\";>relax</a> <a 
href=\"http://www.nmr-relax.com/manual/\";>user manual</a> (<a 
href=\"http://download.gna.org/relax/manual/relax.pdf\";>PDF</a>), created 
$address_data[1].";
 
 # Ignore certain LaTeX commands
 &ignore_commands( <<_IGNORED_CMDS_);


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

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