From e7519290ad288df840bc86d8dcaea524407df964 Mon Sep 17 00:00:00 2001 From: Yasuhito FUTATSUKI at POEM Date: Mon, 22 Feb 2016 20:06:27 +0900 Subject: * add option to pick up C_() texts to make potfile * revise command line utils _()/C_() usage (not tested at all) --- messages/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'messages/Makefile.in') diff --git a/messages/Makefile.in b/messages/Makefile.in index 773ab577..4262b5c3 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -138,7 +138,7 @@ docstring.files: potfile: marked.files docstring.files @echo "Running pygettext on $@; this make take a while." - (cd ..; $(PROG) -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) + (cd ..; $(PROG) -k C_ -p messages -d mailman -D -X messages/marked.files `cat messages/marked.files messages/docstring.files`) # Update the individual mailman.po files with the new changes to the # .pot file -- cgit v1.2.3