[LyX/master] Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence

Kornel Benko kornel at lyx.org
Sun Feb 7 15:23:18 UTC 2021


commit a86864b3bbca6905948e302910b9bcca49164561
Author: Kornel Benko <kornel at lyx.org>
Date:   Sun Feb 7 16:23:46 2021 +0100

    Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence
    
    Thanks to Pavel
---
 development/cmake/Install.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/cmake/Install.cmake b/development/cmake/Install.cmake
index ca0cadf..01a75b2 100755
--- a/development/cmake/Install.cmake
+++ b/development/cmake/Install.cmake
@@ -134,7 +134,7 @@ 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        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}/3rdparty   scripts/evince_sync  *            .)


More information about the lyx-cvs mailing list