diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index d62bb79..09907fa 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,6 +32,7 @@ formatting: all # formatting all isodumper.po files #(just add to the list the available language or comment the unavailable language) + cd ../tools && sh po-update.sh ar cd ../tools && sh po-update.sh ast cd ../tools && sh po-update.sh ca cd ../tools && sh po-update.sh cs @@ -66,6 +67,7 @@ compile : all # compile all isodumper.mo files #(just add to the list the available language or comment the unavailable language) + cd ../tools && sh po-compile.sh ar cd ../tools && sh po-compile.sh ast cd ../tools && sh po-compile.sh ca cd ../tools && sh po-compile.sh cs |