4 @echo "This file is to make it easier for you to create all you need"
7 # use --include-deps, if you want to release the stuff. Don't use it for
9 automake --include-deps
13 LIST=`find ./po -name "*.po"`; \
15 file2=`echo $$i | sed -e "s#\.po#\.gmo#"`; \
16 msgfmt -o $$file2 $$i; \