Author: rjung Date: Sat May 19 08:20:08 2007 New Revision: 539768 URL: http://svn.apache.org/viewvc?view=rev&rev=539768 Log: Fix commandline options for links (at least for Links2). Checked results for NEWS: files generated by elinks and links are the same except for trailing space and indentation of separator lines.
Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/jkrelease.sh?view=diff&rev=539768&r1=539767&r2=539768 ============================================================================== --- tomcat/connectors/trunk/jk/tools/jkrelease.sh (original) +++ tomcat/connectors/trunk/jk/tools/jkrelease.sh Sat May 19 08:20:08 2007 @@ -8,7 +8,7 @@ # libtoolize, aclocal, autoheader, automake, autoconf # tar, zip, gzip # gpg -# And any one of: w3m, elinks, links +# And any one of: w3m, elinks, links (links2) usage() { echo "Usage:: $0 -t VERSION [-b BRANCH | -T]" @@ -151,8 +151,8 @@ # Check for links, elinks or w3m W3MOPTS="-dump -cols 80 -t 4 -S -O iso-8859-1 -T text/html" -LNKOPTS="-dump -dump-width 80 -dump-charset iso-8859-1 -no-numbering -no-references -no-home" -ELNKOPTS=$LNKOPTS +ELNKOPTS="-dump -dump-width 80 -dump-charset iso-8859-1 -no-numbering -no-references -no-home" +LNKOPTS="-dump -width 80 -codepage iso-8859-1 -no-g -html-numbered-links 0" failed=true for tool in `echo "w3m elinks links"` do --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]