]> git.lyx.org Git - features.git/commitdiff
Restore classic in cmake build
authorKornel Benko <kornel@lyx.org>
Sun, 3 Apr 2011 08:16:36 +0000 (08:16 +0000)
committerKornel Benko <kornel@lyx.org>
Sun, 3 Apr 2011 08:16:36 +0000 (08:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38224 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/Install.cmake
development/cmake/PyCompile.cmake

index 629aa4bbb6e559d534c58fa37331f325f0754122..02645af2f424c539e04aba57d201bf27bbb8d343 100755 (executable)
@@ -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   .)
index dbb61e14fa4b3ca7eac6fc6008e81e2228987034..0a77c22ff987fd792f417de79d7cb27ac63c65c1 100644 (file)
@@ -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})