diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:49:54 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:49:54 +0100 |
commit | e1025cca4187293306b9caaced5f3edfd30e2c68 (patch) | |
tree | d6263b805d4223e95fa6cc5d5c1c3220ab07b85d /po/Makefile | |
parent | 7e453e32c771cddd59ffbfd57fecfe11fc343461 (diff) | |
download | rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar.gz rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar.bz2 rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.tar.xz rpmdrake-e1025cca4187293306b9caaced5f3edfd30e2c68.zip |
i18n: 'merge' also depends on pot file.
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 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; \ |