summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Prévot <david@tilapin.org>2011-04-05 21:28:36 -0400
committerDavid Prévot <taffit@debian.org>2011-12-07 16:48:44 -0400
commit31199dcf56a9c495ff8ef3653cd19862aa04f000 (patch)
treea7362b2c0d44fd5208f218b77f498d5882864fd0
parentb870fc81fce3176666d1004ed53af304047dbd5e (diff)
downloaddctrl-tools-31199dcf56a9c495ff8ef3653cd19862aa04f000.tar.gz
Handle two missing translatable strings
-rw-r--r--GNUmakefile2
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 $@