diff options
Diffstat (limited to 'client/po/makefile')
| -rw-r--r-- | client/po/makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/client/po/makefile b/client/po/makefile index 8802f661..62ee5471 100644 --- a/client/po/makefile +++ b/client/po/makefile @@ -18,4 +18,4 @@  all: $(wildcard *.po)  %.po: hurrycurry.pot -	msgmerge -vU $@ $< +	if test -e $@; then msgmerge -vU $@ $<; else msginit --no-translator --locale=$@ --input=hurrycurry.pot; fi  |