[LyX/master] Cmake + epub: Install needed docbook files

Kornel Benko kornel at lyx.org
Sun Feb 7 11:35:43 UTC 2021


commit f7ed7f53c478b0538a3b04bad69ed161c1cf9b16
Author: Kornel Benko <kornel at lyx.org>
Date:   Sun Feb 7 12:37:58 2021 +0100

    Cmake + epub: Install needed docbook files
---
 development/cmake/Install.cmake |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index 7861ffa..ca0cadf 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -134,6 +134,8 @@ foreach(_imgext "png" "svgz" "gif" "xpm")
 endforeach()
 lyx_install("data" ${TOP_SRC_DIR}/lib        citeengines          *.citeengine .)
 lyx_install("data" ${TOP_SRC_DIR}/lib        scripts              *.R          .)
+lyx_install("data" ${TOP_SRC_DIR}/lib        scripts              *.jar        .)
+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}/3rdparty   scripts/evince_sync  *            .)
 lyx_install("font" ${TOP_SRC_DIR}/lib/fonts  .                    *            .)


More information about the lyx-cvs mailing list