=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/lib/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- OpenXM_contrib2/asir2000/lib/Makefile.am 2019/03/23 12:17:16 1.13 +++ OpenXM_contrib2/asir2000/lib/Makefile.am 2019/03/26 08:10:13 1.14 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.12 2009/02/22 16:51:36 ohara Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.13 2019/03/23 12:17:16 ohara Exp $ asirdir = ${libdir}/asir2000 RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \ @@ -12,7 +12,7 @@ install-doc: gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \ rm -f help-$$i.tgz ; \ done - -rm ${DESTDIR}${asirdir}/help + -rm ${DESTDIR}${asirdir}/help ${DESTDIR}${asirdir}/help-jp ${DESTDIR}${asirdir}/help-eg (cd ${DESTDIR}${asirdir}; ${LN_S} help-ja help-jp) (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help-eg) (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help)