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})