[Dctrl-tools-devel] [PATCH 1/4] Handle two missing translatable strings

David Prévot david at tilapin.org
Wed Apr 6 01:41:56 UTC 2011


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

diff --git a/GNUmakefile b/GNUmakefile
index 9ec2ec2..441fcc5 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