Restore classic in cmake build

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38224 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kornel Benko 2011-04-03 08:16:36 +00:00
parent 6df859f35a
commit 4744d2e123
2 changed files with 2 additions and 2 deletions

View File

@ -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 .)

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