[LyX/2.4.1-devel] Cmake install: Forgotten to install tabletemplates.

Kornel Benko kornel at lyx.org
Sat Apr 20 17:33:34 UTC 2024


commit 10ca66a7fa7455836eda7169cfd288c1ed2364c1
Author: Kornel Benko <kornel at 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    .                    *            .)


More information about the lyx-cvs mailing list