From 6affa4452be04439df35a4d79ebcd634f2589712 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 13 Feb 2006 08:24:06 +1000 Subject: [PATCH] Check for translation strings in function files darcs-hash:20060212222406-ac50b-10424c1daeb9e81054c87bbf8f7839da72cb05bb.gz --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d81f0c124..0044ee058 100644 --- a/Makefile.in +++ b/Makefile.in @@ -269,7 +269,7 @@ doc.h:$(BUILTIN_DOC_SRC) $(CMD_DOC_SRC) doc_src/doc.hdr messages.pot: *.c *.h init/*.in init/*.fish init/completions/*.fish init/functions/*.fish seq if test $(HAVE_GETTEXT) = 1;then \ xgettext -k_ -kN_ -kcomplete_desc *.c *.h -o messages.pot; \ - if ! xgettext -j -k_ -LShell init/*.in init/*.fish init/completions/*.fish seq -o messages.pot; then \ + if ! xgettext -j -k_ -LShell init/*.in init/*.fish init/functions/*.fish init/completions/*.fish seq -o messages.pot; then \ echo "Your xgettext version is too old to build the messages.pot file"\ rm messages.pot\ false;\