diff options
author | SARL ENR 68 <david@david.david> | 2015-11-23 07:33:35 +0100 |
---|---|---|
committer | SARL ENR 68 <david@david.david> | 2015-11-23 07:33:35 +0100 |
commit | f6655a27e1b9851ab13520d3244b1e4ed8f33487 (patch) | |
tree | b8b1e5fbf575a25162cd2820ae4171e0dc37a327 /po/Makefile | |
parent | 49d9ec30f253120e98766f0abc52d2aab7f458e5 (diff) | |
download | isodumper-f6655a27e1b9851ab13520d3244b1e4ed8f33487.tar isodumper-f6655a27e1b9851ab13520d3244b1e4ed8f33487.tar.gz isodumper-f6655a27e1b9851ab13520d3244b1e4ed8f33487.tar.bz2 isodumper-f6655a27e1b9851ab13520d3244b1e4ed8f33487.tar.xz isodumper-f6655a27e1b9851ab13520d3244b1e4ed8f33487.zip |
New release 0.440.44
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 |