commit d85e2819732ad0d51d79e40aefbc5468339495e3
Author: Kornel Benko <kor...@lyx.org>
Date:   Sat Apr 20 19:33:25 2024 +0200

    Cmake install: Forgotten to install tabletemplates.
    
    (cherry picked from commit d05e295ddc22c65183a203e97240898a055d2d12)
---
 development/cmake/Install.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index 9fd3f38bf9..76b53d8ff5 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -137,6 +137,7 @@ lyx_install("data" ${TOP_SRC_DIR}/lib        scripts        
      *.R          .
 lyx_install("data" ${TOP_SRC_DIR}/lib        scripts              saxon*.*     
.)
 lyx_install("data" ${TOP_SRC_DIR}/lib        docbook              *            
. epub3 xhtml5 xhtml lib common)
 lyx_install("data" ${TOP_SRC_DIR}/lib        xtemplates           *.xtemplate  
.)
+lyx_install("data" ${TOP_SRC_DIR}/lib       tabletemplates       *.lyx        
.)
 lyx_install("data" ${TOP_SRC_DIR}/3rdparty   scripts/evince_sync  *            
.)
 lyx_install("font" ${TOP_SRC_DIR}/lib/fonts  .                    *            
.)
 lyx_install("tex"  ${TOP_SRC_DIR}/lib/tex    .                    *            
.)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to