summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 403e2a24..1ee83130 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -22,7 +22,7 @@ all: $(GOALS)
msgfmt -o $@ $<
merge: $(PGOAL).pot
- @for n in fr.po; do \
+ @for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \