=================================================================== RCS file: /home/cvs/OpenXM/src/asir-contrib/testing/Makefile,v retrieving revision 1.2 retrieving revision 1.14 diff -u -p -r1.2 -r1.14 --- OpenXM/src/asir-contrib/testing/Makefile 2006/02/13 01:26:01 1.2 +++ OpenXM/src/asir-contrib/testing/Makefile 2016/11/15 04:12:26 1.14 @@ -1,4 +1,4 @@ -#$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.1 2005/05/21 10:21:26 takayama Exp $ +#$OpenXM: OpenXM/src/asir-contrib/testing/Makefile,v 1.13 2015/03/17 08:44:02 noro Exp $ all: t.texi t.texi: tr-ja.oxt @@ -8,4 +8,9 @@ t.texi: tr-ja.oxt @echo "--------------------------------------------------" link-to-src: - -(cd ../packages/src ; ln -s ../../testing/noro/new_rewrite.rr noro_rewrite.rr) + -(cd ../packages/src ; rm -f noro_rewrite.rr; cp ../../testing/noro/new_rewrite.rr noro_rewrite.rr) + -(cd ../packages/src ; rm -f noro_de.rr; cp ../../testing/noro/de.rr noro_de.rr) + -(cd ../packages/src ; rm -f noro_gw.rr; cp ../../testing/noro/gw.rr noro_gw.rr) + -(cd ../packages/src ; rm -f nn_ndbf.rr; cp ../../testing/noro/ndbf.rr nn_ndbf.rr) + -(cd ../packages/src ; rm -f noro_module_syz.rr; cp ../../testing/noro/module_syz.rr noro_module_syz.rr) + -(cd ../packages/src ; rm -f noro_mwl.rr; cp ../../testing/noro/mwl.rr noro_mwl.rr)