From 8f53107855175699a1f4b5382716ff3794f8a02a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Mar 2008 10:23:28 +0000 Subject: (merge) do not hardcode drakconf.pot --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1