aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-01 21:49:54 +0100
committerColin Guthrie <colin@mageia.org>2013-10-01 21:49:54 +0100
commite1025cca4187293306b9caaced5f3edfd30e2c68 (patch)
treed6263b805d4223e95fa6cc5d5c1c3220ab07b85d
parent7e453e32c771cddd59ffbfd57fecfe11fc343461 (diff)
downloadrpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar
rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar.gz
rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar.bz2
rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar.xz
rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.zip
i18n: 'merge' also depends on pot file.
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 99132629..8f995fc8 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -20,7 +20,7 @@ all: $(MOFILES)
update_n_merge: $(PGOAL).pot merge
-merge:
+merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge "$$n" $(PGOAL).pot > "$$n"t; \