summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-01-18 15:05:09 +0000
committerThierry Vignaud <tv@mandriva.org>2007-01-18 15:05:09 +0000
commit878540b947ec651e0f82ef0ceadb0a6df59107e6 (patch)
tree4d39993ccb11c5e9915c8fac9aa2b9e72fd790c6 /po/Makefile
parent288727bbf78aa3044d7d3a8516658b75dfa18ed3 (diff)
downloadurpmi-878540b947ec651e0f82ef0ceadb0a6df59107e6.tar
urpmi-878540b947ec651e0f82ef0ceadb0a6df59107e6.tar.gz
urpmi-878540b947ec651e0f82ef0ceadb0a6df59107e6.tar.bz2
urpmi-878540b947ec651e0f82ef0ceadb0a6df59107e6.tar.xz
urpmi-878540b947ec651e0f82ef0ceadb0a6df59107e6.zip
sync with code
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"; \