From: Kornel Benko Date: Sun, 3 Apr 2011 08:16:36 +0000 (+0000) Subject: Restore classic in cmake build X-Git-Tag: 2.0.0~262 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4744d2e1231f75c8efcf0d9d2eba75433fce9386;p=features.git Restore classic in cmake build git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38224 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake index 629aa4bbb6..02645af2f4 100755 --- a/development/cmake/Install.cmake +++ b/development/cmake/Install.cmake @@ -69,7 +69,7 @@ lyx_install(${TOP_SRC_DIR}/lib doc/${_all_languages} * clipart) lyx_install(${TOP_SRC_DIR}/lib examples * . ${_all_languages}) lyx_install(${TOP_SRC_DIR}/lib fonts * .) -lyx_install(${TOP_SRC_DIR}/lib images * . math commands attic liber oxygen) +lyx_install(${TOP_SRC_DIR}/lib images * . math commands attic classic oxygen) lyx_install(${TOP_SRC_DIR}/lib kbd * .) lyx_install(${TOP_SRC_DIR}/lib layouts * .) lyx_install(${TOP_SRC_DIR}/lib lyx2lyx *.py .) diff --git a/development/cmake/PyCompile.cmake b/development/cmake/PyCompile.cmake index dbb61e14fa..0a77c22ff9 100644 --- a/development/cmake/PyCompile.cmake +++ b/development/cmake/PyCompile.cmake @@ -13,7 +13,7 @@ FIND_PROGRAM(LYX_PYTHON_EXECUTABLE python) file(GLOB _py_files ${TOP_SRC_DIR}/lib/${_project}/*.py) -set(py_compile ${TOP_SRC_DIR}/config/py-compile) +set(py_compile sh ${TOP_SRC_DIR}/config/py-compile) set(_generated) set(ENV{PYTHON} ${LYX_PYTHON_EXECUTABLE})