mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Makefile: separate messages.pot error lines
This commit is contained in:
parent
e47ad09130
commit
eaf023b4d8
1 changed files with 3 additions and 3 deletions
|
@ -411,9 +411,9 @@ messages.pot: *.cpp *.h share/completions/*.fish share/functions/*.fish
|
|||
if test "$(HAVE_GETTEXT)" = 1; then \
|
||||
xgettext -k_ -kN_ *.cpp *.h -o messages.pot; \
|
||||
if xgettext -j -k_ -kN_ -k--description -LShell share/completions/*.fish share/functions/*.fish -o messages.pot; then true; else \
|
||||
echo "Your xgettext version is too old to build the messages.pot file"\
|
||||
rm messages.pot\
|
||||
false;\
|
||||
echo "Your xgettext version is too old to build the messages.pot file"; \
|
||||
rm messages.pot; \
|
||||
false; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue