Moved into a sub-dir, so that a svn checkout has the same structure as
[rox-lib/lack.git] / ROX-Lib2 / Messages / dist
bloba637e099a930786f44ac649144ecd7f1a661e85b
1 #!/bin/sh
3 echo Making all .mo files...
4 echo
6 for FILE in *.po; do
7 msgfmt $FILE -o ${FILE%.po}.gmo && echo Created file $OUT OK
8 done