diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 5207305..8b2e62b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -30,7 +30,7 @@ $(POTFILE): $(PL_FILES) update_n_merge: $(POTFILE) merge -merge: +merge: $(POTFILE) @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ |