Adjusted for the directory structure change.
authorhanda <handa>
Thu, 14 Jun 2007 13:26:50 +0000 (13:26 +0000)
committerhanda <handa>
Thu, 14 Jun 2007 13:26:50 +0000 (13:26 +0000)
bootstrap.sh

index 775529a..91ef76d 100755 (executable)
@@ -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"