From: Kornel Benko Date: Sat, 14 Mar 2015 15:15:35 +0000 (+0100) Subject: Cmake build: Remove deleted svg subdir from installation. X-Git-Tag: 2.2.0alpha1~1183 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2008e0876f055a1e67525300884530d52a52e7ae;p=features.git Cmake build: Remove deleted svg subdir from installation. Also added missing images/math/oxygem icons to installation. --- diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake index f85dfa9dd8..15cf703480 100755 --- a/development/cmake/Install.cmake +++ b/development/cmake/Install.cmake @@ -89,8 +89,8 @@ lyx_install(${TOP_SRC_DIR}/lib doc/${_all_languages} * clipart) lyx_install(${TOP_SRC_DIR}/lib examples * . ${_all_languages} springer thesis) lyx_install(${TOP_SRC_DIR}/lib fonts * .) -lyx_install(${TOP_SRC_DIR}/lib images * . math ipa commands attic classic oxygen) -lyx_install(${TOP_SRC_DIR}/lib images/svg * . math ipa oxygen) +lyx_install(${TOP_SRC_DIR}/lib images * . ipa commands attic classic oxygen) +lyx_install(${TOP_SRC_DIR}/lib images/math * . oxygen) lyx_install(${TOP_SRC_DIR}/lib kbd * .) lyx_install(${TOP_SRC_DIR}/lib layouts * .) lyx_install(${TOP_SRC_DIR}/lib lyx2lyx *.py .)