]> git.lyx.org Git - features.git/commitdiff
Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence
authorKornel Benko <kornel@lyx.org>
Sun, 7 Feb 2021 15:23:46 +0000 (16:23 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 7 Feb 2021 15:23:46 +0000 (16:23 +0100)
Thanks to Pavel

development/cmake/Install.cmake

index ca0cadf34b675a0ad7c210dc74cc1a9f59c8409a..01a75b2b519d1109c35ba39971ddf589b4e9592b 100755 (executable)
@@ -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  *            .)