mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
6df859f35a
commit
4744d2e123
@ -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 .)
|
||||
|
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user