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 99132629..8f995fc8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -20,7 +20,7 @@ all: $(MOFILES) update_n_merge: $(PGOAL).pot merge -merge: +merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge "$$n" $(PGOAL).pot > "$$n"t; \ |