Build: Set up man pages for translation.

No ant targets yet.
This commit is contained in:
zzz
2017-01-26 15:47:42 +00:00
parent 8137661751
commit d9c6360e0a
5 changed files with 410 additions and 4 deletions

View File

@ -23,7 +23,9 @@ DIRS="\
installer/resources/locale/po \
debian/po"
for i in `find $DIRS -maxdepth 1 -type f -name \*.po`
FILES="installer/resources/locale-man/man.pot"
for i in `find $DIRS -maxdepth 1 -type f -name \*.po` $FILES
do
echo "Checking $i ..."
msgfmt -c $i -o /dev/null