[LyX/master] Cmake build: Install missed script listerrors

Kornel Benko kornel at lyx.org
Sat Oct 3 11:39:34 UTC 2020


commit 932321a083188bd00523bcf2efabd1f656fd34ba
Author: Kornel Benko <kornel at lyx.org>
Date:   Sat Oct 3 14:06:24 2020 +0200

    Cmake build: Install missed script listerrors
---
 development/cmake/Install.cmake |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index befe556..7861ffa 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -123,6 +123,10 @@ endforeach()
 foreach(_sd "lyx2lyx" "scripts" ".")
   lyx_install("data" ${TOP_SRC_DIR}/lib ${_sd}     *.py .  )
 endforeach()
+foreach(_script listerrors)
+  lyx_install("data" ${TOP_SRC_DIR}/lib scripts ${_script} . )
+endforeach()
+
 
 foreach(_imgext "png" "svgz" "gif" "xpm")
   lyx_install("data" ${TOP_SRC_DIR}/lib images       "*.${_imgext}"      . ipa classic oxygen)


More information about the lyx-cvs mailing list