]> git.lyx.org Git - lyx.git/commitdiff
Cmake install: Forgotten to install tabletemplates.
authorKornel Benko <kornel@lyx.org>
Sat, 20 Apr 2024 17:33:25 +0000 (19:33 +0200)
committerKornel Benko <kornel@lyx.org>
Sat, 20 Apr 2024 17:38:17 +0000 (19:38 +0200)
(cherry picked from commit d05e295ddc22c65183a203e97240898a055d2d12)

development/cmake/Install.cmake

index 9fd3f38bf990b663d49dbf6dfebb76ea9adecdc9..76b53d8ff5dc2fd32507876dbc5c02e1ba4416d8 100755 (executable)
@@ -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    .                    *            .)