summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-14 10:23:28 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-14 10:23:28 +0000
commit8f53107855175699a1f4b5382716ff3794f8a02a (patch)
treecf02168d1bfe9094259fd4154d531e41056d581e /po/Makefile
parent2b99487c8b48050a0086e6c8c4195978061db66f (diff)
downloadcontrol-center-8f53107855175699a1f4b5382716ff3794f8a02a.tar
control-center-8f53107855175699a1f4b5382716ff3794f8a02a.tar.gz
control-center-8f53107855175699a1f4b5382716ff3794f8a02a.tar.bz2
control-center-8f53107855175699a1f4b5382716ff3794f8a02a.tar.xz
control-center-8f53107855175699a1f4b5382716ff3794f8a02a.zip
(merge) do not hardcode drakconf.pot
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 05a2bb45..69f6746c 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -46,7 +46,7 @@ $(PGOAL).pot: $(PL_FILES) POTFILES.in
merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
- msgmerge -C "$$n" "$$n" drakconf.pot > "$$n"t; \
+ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \
mv -f "$$n"t "$$n"; \
done