mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Export tests: use a better function name.
This commit is contained in:
parent
fa5b08e24d
commit
253d532974
@ -195,7 +195,7 @@ macro(check_xhtml_xmlparser xhtml_file)
|
||||
Summary(_err "Checking \"${TempDir}/${xhtml_file}\" with xmlParser.pl")
|
||||
endmacro()
|
||||
|
||||
macro(check_xhtml_jing xhtml_file)
|
||||
macro(check_docbook_jing xhtml_file)
|
||||
message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\" \"https://docbook.org/xml/5.2b09/rng/docbook.rng\" \"${TempDir}/${xhtml_file}\"")
|
||||
set(_outputfile "${TempDir}/${xhtml_file}.jing_out")
|
||||
execute_process(
|
||||
@ -329,8 +329,7 @@ else()
|
||||
endif()
|
||||
if (JAVA_EXECUTABLE)
|
||||
if (format MATCHES "docbook5")
|
||||
# check with jing
|
||||
check_xhtml_jing(${result_file_name})
|
||||
check_docbook_jing(${result_file_name})
|
||||
else()
|
||||
#check_xhtml_validate(${result_file_name})
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user