[Dctrl-tools-devel] Bug#325169: [PATCH 3/3] Handle two missing translatable strings

David Prévot david at tilapin.org
Wed Apr 6 22:42:10 UTC 2011


---
 GNUmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 677bff5..6222866 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -175,7 +175,7 @@ po/%.po : po/dctrl-tools.pot
 po/%.mo : po/%.po
 	msgfmt -c --statistics -o $@ $< 
 
-po/dctrl-tools.pot : $(src)
+po/dctrl-tools.pot : $(src) lib/msg.h
 	xgettext $(xgettext_opts) -d grep-dctrl $^
 	mv grep-dctrl.po $@
 
-- 
1.7.4.1






More information about the Dctrl-tools-devel mailing list