aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-03-13 21:08:24 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-03-13 21:16:35 +0800
commiteaf023b4d8643d185280d119492c4ceb2fda0df0 (patch)
treed32a702ede4a7a30d6cabec9e47b6e2a408c08bb /Makefile.in
parente47ad09130e20000616450da7db90de595ad4fc7 (diff)
Makefile: separate messages.pot error lines
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index b42561ab..98829b55 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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