[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.11 and 1.12

version 1.11, 2016/10/12 02:19:17 version 1.12, 2020/08/27 06:41:38
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.10 2016/03/28 12:10:24 takayama Exp $  # $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v 1.11 2016/10/12 02:19:17 takayama Exp $
 LLL=$1  LLL=$1
 OXREPLACE=$2  OXREPLACE=$2
   
Line 112  ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li>
Line 112  ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li>
 NEW0="[[n_wishartd]]"  NEW0="[[n_wishartd]]"
 NEW1="n_wishartd-html/n_wishartd-${LLL}.html"  NEW1="n_wishartd-html/n_wishartd-${LLL}.html"
 NEW2="n_wishartd "  NEW2="n_wishartd "
   ${OXREPLACE} --replaceLine --old "${NEW0}" --new "<li> <a href=\"../${NEW1}\"> ${NEW2} </a>" cman-${LLL}.html
   
   NEW0="[[ox_pari]]"
   NEW1="ox_pari-html/ox_pari-${LLL}.html"
   NEW2="ox_pari (OpenXM pari server)"
 ${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.11  
changed lines
  Added in v.1.12

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