From: handa Date: Thu, 14 Jun 2007 13:26:50 +0000 (+0000) Subject: Adjusted for the directory structure change. X-Git-Tag: REL-1-4-0~35 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7e8396b638c087703fec3181239a840acc668bcc;p=m17n%2Fm17n-db.git Adjusted for the directory structure change. --- diff --git a/bootstrap.sh b/bootstrap.sh index 775529a..91ef76d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,7 +28,7 @@ automake -a echo "Running autoconf..." autoconf echo "Producing po/POTFILES.in" -ls *.mim > po/POTFILES.in +ls MIM/*.mim > po/POTFILES.in echo "The remaining steps to install this packge are:" echo " % ./configure" echo " % make"