From 7dd14c9d6869c9d129280358e44edc43eb2ca9bf Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Jul 2014 00:18:22 -0400 Subject: fix bug where some librelib messages were not in the .pot files --- src/lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/Makefile b/src/lib/Makefile index 3d2d8f9..f097d4e 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -27,6 +27,8 @@ common.sh: %: %.in %.top Makefile # Translate ########################################################## +LIBREXGETTEXT_FLAGS += --simple=_l:2 + libreblacklist.pot: libreblacklist librexgettext { \ sed -n '/^# Usage:/,/()/{ /^#/ { =; p; } }' $< | \ @@ -35,4 +37,4 @@ libreblacklist.pot: libreblacklist librexgettext ./librexgettext $<; \ } | $(pofmt) > $@ -librexgettext.pot: LIBREXGETTEXT_FLAGS+=--simple=errusage +librexgettext.pot: LIBREXGETTEXT_FLAGS += --simple=errusage -- cgit v1.2.2