[BACK]Return to fix-link.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / top

Diff for /OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh between version 1.8 and 1.9

version 1.8, 2012/02/25 06:07:49 version 1.9, 2014/03/27 07:28:07
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # fix-link.sh ja ~/OpenXM/bin/oxreplace  # fix-link.sh ja ~/OpenXM/bin/oxreplace
 # $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v 1.7 2011/02/21 10:57:20 takayama Exp $  # $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v 1.8 2012/02/25 06:07:49 takayama Exp $
 LLL=$1  LLL=$1
 OXREPLACE=$2  OXREPLACE=$2
   
Line 92  ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li>
Line 92  ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li>
 NEW0="[[ns_twistedlog]]"  NEW0="[[ns_twistedlog]]"
 NEW1="ns_twistedlog-html/ns_twistedlog-${LLL}.html"  NEW1="ns_twistedlog-html/ns_twistedlog-${LLL}.html"
 NEW2="ns_twistedlog (twisted logarithmic cohomology group)"  NEW2="ns_twistedlog (twisted logarithmic cohomology group)"
   ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../${NEW1}\"> ${NEW2} </a>" cman-${LLL}.html
   
   NEW0="[[nk_fb_gen_c]]"
   NEW1="nk_fb_gen_c-html/nk_fb_gen_c-${LLL}.html"
   NEW2="nk_fb_gen_c (Fisher-Bingham MLE)"
 ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../${NEW1}\"> ${NEW2} </a>" cman-${LLL}.html  ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../${NEW1}\"> ${NEW2} </a>" cman-${LLL}.html
   
 rm -f cman-*.old  rm -f cman-*.old

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>