mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Abort autogen.sh if po/POTFILES.in fails
This commit is contained in:
parent
4c1d45aac9
commit
6f58137318
@ -85,7 +85,10 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Building po/POTFILES.in..."
|
echo "Building po/POTFILES.in..."
|
||||||
make -s -f po/Rules-lyx srcdir=po top_srcdir=. po/POTFILES.in
|
if (! make -s -f po/Rules-lyx srcdir=po top_srcdir=. po/POTFILES.in ); then
|
||||||
|
echo "Building po/POTFILES.in failed -- aborting"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo 'run "./configure && make"'
|
echo 'run "./configure && make"'
|
||||||
|
Loading…
Reference in New Issue
Block a user