Skip to content

Commit

Permalink
Minor improvements of makefile
Browse files Browse the repository at this point in the history
like add check to msgfmt
  • Loading branch information
fellen committed Feb 3, 2016
1 parent 3ad3ef5 commit e9b03d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -17,13 +17,14 @@ po/gnucash-htdocs.pot: po/POTFILES

msgmerge: po/gnucash-htdocs.pot
for f in ${languages} ; do \
msgmerge -U po/$$f.po po/gnucash-htdocs.pot ; \
echo -n $$f ; \
msgmerge -U -s po/$$f.po po/gnucash-htdocs.pot ; \
done

mos: ${languages}

${languages}: po/$$@.po
msgfmt $< -o locale/$@/LC_MESSAGES/gnucash-htdocs.mo
msgfmt -c --statistics $< -o locale/$@/LC_MESSAGES/gnucash-htdocs.mo

####################################################################
#
Expand Down

0 comments on commit e9b03d1

Please sign in to comment.