[LyX/master] CMake: update the call to Jing to rely on the vendored copy of the DocBook RNG.

Thibaut Cuvelier <[email protected]>
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit 83c1db880e39f6ff0dee2efffe493f4b4ceea231
Author: Thibaut Cuvelier <[email protected]>
Date:   Mon Mar 16 19:39:11 2026 +0100

    CMake: update the call to Jing to rely on the vendored copy of the DocBook RNG.
---
 development/autotests/export.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake
index d82b28edeb..b949ef71db 100755
--- a/development/autotests/export.cmake
+++ b/development/autotests/export.cmake
@@ -208,10 +208,10 @@ macro(check_xhtml_xmlparser xhtml_file)
 endmacro()
 
 macro(check_docbook_jing xhtml_file)
-  message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\" \"https://cdn.docbook.org/schema/5.2/rng/docbook.rng\" \"${TempDir}/${xhtml_file}\"")
+  message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\" \"${TOP_SRC_DIR}/development/tools/docbook.rng\" \"${TempDir}/${xhtml_file}\"")
   set(_outputfile "${TempDir}/${xhtml_file}.jing_out")
   execute_process(
-    COMMAND ${JAVA_EXECUTABLE} -jar "${TOP_SRC_DIR}/development/tools/jing.jar" "https://cdn.docbook.org/schema/5.2/rng/docbook.rng" "${xhtml_file}"
+    COMMAND ${JAVA_EXECUTABLE} -jar "${TOP_SRC_DIR}/development/tools/jing.jar" "${TOP_SRC_DIR}/development/tools/docbook.rng" "${xhtml_file}"
     WORKING_DIRECTORY "${TempDir}"
     OUTPUT_VARIABLE jingout
     RESULT_VARIABLE _err)
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.