]> git.lyx.org Git - features.git/commit
Get rid of pseudo diffs when remerging strings
authorGeorg Baum <baum@lyx.org>
Sat, 4 Jun 2016 17:21:06 +0000 (19:21 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 4 Jun 2016 17:21:06 +0000 (19:21 +0200)
commit8423db037a3828d58aa896c16a954c2352434538
tree106eb97e0b44234852b3590f34757f499150f9b9
parent6c3849b4c74cb284fc042085a0c83033a9b0af49
Get rid of pseudo diffs when remerging strings

cmake sorts the input files for lyx_pot.py internally, but autotools use a
shell pattern like *.ui on the command line, so the order may be different
on different machines. It is more robust not to require any sorting from the
caller, so lyx_pot.py sorts now internally.
po/lyx_pot.py