=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/lib/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- OpenXM_contrib2/asir2000/lib/Makefile.am 2009/02/19 15:48:26 1.11 +++ OpenXM_contrib2/asir2000/lib/Makefile.am 2009/02/22 16:51:36 1.12 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.10 2003/12/12 08:03:12 noro Exp $ +## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.11 2009/02/19 15:48:26 ohara Exp $ asirdir = ${libdir}/asir RR = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \ @@ -7,15 +7,15 @@ RR = alpi bfct bgk const cyclic defs.h dfff dmul install-doc: -mkdir -p ${DESTDIR}${asirdir} - -for i in jp eg ; do \ + -for i in ja en ; do \ uudecode help-$$i.uu ; \ gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \ rm -f help-$$i.tgz ; \ done -rm ${DESTDIR}${asirdir}/help - (cd ${DESTDIR}${asirdir}; ${LN_S} help-jp help-ja) - (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help-en) - (cd ${DESTDIR}${asirdir}; ${LN_S} help-eg help) + (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) install-lib: -mkdir -p ${DESTDIR}${asirdir}