aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-12-14 11:41:17 +1000
committerGravatar axel <axel@liljencrantz.se>2006-12-14 11:41:17 +1000
commitb932a9a084135ed0a5db0a4d69301ed6c2231281 (patch)
tree9c5f7b3d14d53673892742e59c257ae707e941e4 /Makefile.in
parent997f2dffbf52584899830d8d123d8557c7ec4b54 (diff)
Minor correction to script for extracting translation strings
darcs-hash:20061214014117-ac50b-fe792403646e1859116973494f2278c88f76072b.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 11255bb4..42916f4e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -436,7 +436,7 @@ doc.h: $(HDR_FILES)
messages.pot: *.c *.h etc/*.in share/fish 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/fish share/completions/*.fish share/functions/*.fish seq -o messages.pot; then true; else \
+ if xgettext -j -k_ -kN_ -LShell etc/*.in share/*.in share/completions/*.fish share/functions/*.fish seq -o messages.pot; then true; else \
echo "Your xgettext version is too old to build the messages.pot file"\
rm messages.pot\
false;\