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