[LyX/master] Cmake build: Add evince_sync-files to be installed under the scripts dir
Kornel Benko
kornel at lyx.org
Sun Mar 1 15:30:07 UTC 2020
commit 7f0efc5165241a98cf62d16f3a81eef9ffbfdbab
Author: Kornel Benko <kornel at lyx.org>
Date: Sun Mar 1 16:48:14 2020 +0100
Cmake build: Add evince_sync-files to be installed under the scripts dir
---
development/cmake/Install.cmake | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index 4e959a5..3e855e7 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -106,7 +106,7 @@ lyx_install("data" ${TOP_SRC_DIR}/lib doc * biblio clipart)
lyx_install("data" ${TOP_SRC_DIR}/lib doc/${_all_languages} * clipart)
-set(example_subdirs ${_all_languages} pt_BR pt_PT Articles Curricula_Vitae External_Material "Graphics_\&_Insets" Handouts Letters Modules Posters Presentations Scripts Theses Books Theses)
+set(example_subdirs ${_all_languages} pt_BR pt_PT Articles Curricula_Vitae External_Material "Graphics_and_Insets" Handouts Letters Modules Posters Presentations Scripts Theses Books Theses)
lyx_install("data" ${TOP_SRC_DIR}/lib examples * . *)
lyx_install("data" ${TOP_SRC_DIR}/lib examples/* * . *)
lyx_install("font" ${TOP_SRC_DIR}/lib/fonts . * .)
@@ -127,6 +127,7 @@ lyx_install("data" ${TOP_SRC_DIR}/lib xtemplates *.xtemplate .)
lyx_install("tex" ${TOP_SRC_DIR}/lib/tex . * .)
lyx_install("data" ${TOP_SRC_DIR}/lib ui * .)
lyx_install("data" ${TOP_SRC_DIR}/lib . * .)
+lyx_install("data" ${TOP_SRC_DIR}/3rdparty scripts/evince_sync * .)
# Install
if(APPLE)
More information about the lyx-cvs
mailing list