]> git.lyx.org Git - features.git/commitdiff
Cmake build: Remove deleted svg subdir from installation.
authorKornel Benko <kornel@lyx.org>
Sat, 14 Mar 2015 15:15:35 +0000 (16:15 +0100)
committerKornel Benko <kornel@lyx.org>
Sat, 14 Mar 2015 15:15:35 +0000 (16:15 +0100)
Also added missing images/math/oxygem icons to installation.

development/cmake/Install.cmake

index f85dfa9dd887772b320940773ec56328ef041926..15cf703480699807c7ec435aa084d2d628e1ca26 100755 (executable)
@@ -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   .)