===================================================================
RCS file: /home/cvs/OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v
retrieving revision 1.5
retrieving revision 1.7
diff -u -p -r1.5 -r1.7
--- OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh 2009/02/15 01:51:12 1.5
+++ OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh 2011/02/21 10:57:20 1.7
@@ -1,6 +1,6 @@
#!/bin/sh
# fix-link.sh ja ~/OpenXM/bin/oxreplace
-# $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v 1.4 2009/02/14 08:34:38 takayama Exp $
+# $OpenXM: OpenXM/src/asir-contrib/packages/doc/top/fix-link.sh,v 1.6 2010/02/13 04:38:36 takayama Exp $
LLL=$1
OXREPLACE=$2
@@ -72,6 +72,21 @@ ${OXREPLACE} --replaceLine --old "${NEW0}" --new "
NEW0="[[mt_graph]]"
NEW1="mk_graph-html/mk_graph-${LLL}.html"
NEW2="mt_graph (mt_graph 3D grapher)"
+${OXREPLACE} --replaceLine --old "${NEW0}" --new " ${NEW2} " cman-${LLL}.html
+
+NEW0="[[nn_ndbf]]"
+NEW1="nn_ndbf-html/nn_ndbf-${LLL}.html"
+NEW2="nn_ndbf (Local b-functioin)"
+${OXREPLACE} --replaceLine --old "${NEW0}" --new " ${NEW2} " cman-${LLL}.html
+
+NEW0="[[noro_mwl]]"
+NEW1="noro_mwl-html/noro_mwl-${LLL}.html"
+NEW2="noro_mwl (Mordel Weil Lattice)"
+${OXREPLACE} --replaceLine --old "${NEW0}" --new " ${NEW2} " cman-${LLL}.html
+
+NEW0="[[noro_pd]]"
+NEW1="noro_pd-html/noro_pd-${LLL}.html"
+NEW2="noro_pd (New Primary Ideal Decomposition)"
${OXREPLACE} --replaceLine --old "${NEW0}" --new " ${NEW2} " cman-${LLL}.html
rm -f cman-*.old