]> git.lyx.org Git - lyx.git/commit
Cmake doc creations: Setting environment PYTHONIOENCODING
authorKornel Benko <kornel@lyx.org>
Sat, 21 Oct 2017 09:18:02 +0000 (11:18 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 21 Oct 2017 09:18:02 +0000 (11:18 +0200)
commit72122beee885decb251b1634cf4ae3cab9487e17
tree19f28c02e660513ebe39ba28bd1f480a5ca4fba6
parentbb5ee7f37e2c96ed8f6d4dea329af117b947a1f9
Cmake doc creations: Setting environment PYTHONIOENCODING

1. This should force the python executable to use the desired encoding.
  The command is moved to a wrapper script to be able to set the environment
  at make-run-time.
  cherry-picked from a68ef98 and f3c8884
2. Python is choking on '\\'
  cherry-picked from 65deb30

Omiting changes to ReplaceValues.py, which will be hopefully done by Günter Milde
development/cmake/doc/CMakeLists.txt
development/cmake/doc/ReplaceValues.cmake [new file with mode: 0644]