aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e8ada271..156abd19 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -434,7 +434,7 @@ doc.h: $(HDR_FILES)
# Create a template translation object
#
-messages.pot: *.c *.h etc/*.in share/fish share/completions/*.fish share/functions/*.fish seq
+messages.pot: *.c *.h etc/*.in share/*.in share/completions/*.fish share/functions/*.fish seq
if test $(HAVE_GETTEXT) = 1;then \
xgettext -k_ -kN_ *.c *.h -o messages.pot; \
if xgettext -j -k_ -kN_ -LShell etc/*.in share/*.in share/completions/*.fish share/functions/*.fish seq -o messages.pot; then true; else \