aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-09 23:44:57 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-09 23:44:57 +1000
commite19ee86b0d72978aa04c203112ee7adf38791d21 (patch)
tree62ca6485870c36dbc78cef2e98c66fe767a47f1d /Makefile.in
parent6e71b5a59c4badebc03ce51eea98a8bbfac92e70 (diff)
Update dependencies for making .po files in Makefile
darcs-hash:20070109134457-ac50b-31e9a1225e7deb5c097fb05c103bc5dc5bb58eea.gz
Diffstat (limited to 'Makefile.in')
-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 \