diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-01-18 15:10:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-01-18 15:10:37 +0000 |
commit | 2790568289d003af898ca4c0a1669b29b6f05035 (patch) | |
tree | 9becb8f35f6a8e8dfeca867417c2833546a41125 /po/Makefile | |
parent | 42223a307e417bf8cc01a5cb6eaa15f2049b6877 (diff) | |
download | urpmi-2790568289d003af898ca4c0a1669b29b6f05035.tar urpmi-2790568289d003af898ca4c0a1669b29b6f05035.tar.gz urpmi-2790568289d003af898ca4c0a1669b29b6f05035.tar.bz2 urpmi-2790568289d003af898ca4c0a1669b29b6f05035.tar.xz urpmi-2790568289d003af898ca4c0a1669b29b6f05035.zip |
revert
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 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"; \ |