]> git.lyx.org Git - features.git/commit
Prevent build of <lang>.gmo in case of error.
authorKornel Benko <kornel@lyx.org>
Tue, 10 Sep 2013 06:00:29 +0000 (08:00 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 10 Sep 2013 06:00:29 +0000 (08:00 +0200)
commit075d90394129001651643b95887b3ffee404529c
treeb1ac8e28c2340053914e30bf3dc81570920ab4d1
parent592deaa42328847d5c059ff97c7c7034ccd5c8e9
Prevent build of <lang>.gmo in case of error.

Given erroneous <lang>.po file, this yields to error on first call
to make. Nonetheless a new <lang>.gmo file is created. The following
calls to make do not get an error.
This patch prevents the <lang>.gmo creation on error.

Problem spotted by Scott.
development/cmake/modules/FindLyXGettext.cmake