]> git.lyx.org Git - features.git/commit
Convert updatelayouts.sh to python
authorGeorg Baum <baum@lyx.org>
Sun, 16 Nov 2014 11:43:52 +0000 (12:43 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 16 Nov 2014 11:43:52 +0000 (12:43 +0100)
commitf110ef2f41d0aca14acd4a5f1aec6011f770c3c6
tree5eae4208d3ac40cf97f36ebe49b48e68ed9ba2e4
parente7a8f63e1bd14e78b28d1d710b5e071427dbc96f
Convert updatelayouts.sh to python

This makes the script usable on windows and speeds it up by an order of
magnitude, since no new process needs to be forked for each layout file.
It also does not conevrt .old files again.
development/tools/updatelayouts.py [new file with mode: 0644]
development/tools/updatelayouts.sh [deleted file]
lib/scripts/layout2layout.py
src/TextClass.cpp