]> git.lyx.org Git - lyx.git/commitdiff
Amend 667c0647a564a18360f40299a2a1ddc0da0d2043
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 10 Oct 2020 20:18:16 +0000 (22:18 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 10 Oct 2020 20:18:16 +0000 (22:18 +0200)
Consistent indentation, use of the latest schema everywhere, typo.

development/autotests/export.cmake

index 75541799d2f96d07e780f77f61938efae7b86124..d25362ec3cf7c564d9eea4d6fb20fc69e9bbfd0a 100755 (executable)
@@ -280,16 +280,16 @@ else()
             endif()
           endif()
         endif()
-       if (NOT _err AND JAVA_EXECUTABLE)
-         # check with jing
-         message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\" https://docbook.org/xml/5.0.1/rng/docbook.rng \"${WORKDIR}/${result_file_name}\"")
-         execute_process(
-           COMMAND ${JAVA_EXECUTABLE} -jar "${TOP_SRC_DIR}/development/tools/jing.jar" "https://docbook.org/xml/5.2b09/rng/docbook.rng" "${WORKDIR}/${result_file_name}"
-           OUTPUT_VARIABLE jingout
-           RESULT_VARIABLE _err)
-         message(STATUS "_err = ${_err}, jingout = ${jingout}")
-         Summary(_err "CHecking for empty output of ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\"")
-       endif()
+        if (NOT _err AND JAVA_EXECUTABLE)
+          # check with jing
+          message(STATUS "Calling: ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\" https://docbook.org/xml/5.2b09/rng/docbook.rng \"${WORKDIR}/${result_file_name}\"")
+          execute_process(
+            COMMAND ${JAVA_EXECUTABLE} -jar "${TOP_SRC_DIR}/development/tools/jing.jar" "https://docbook.org/xml/5.2b09/rng/docbook.rng" "${WORKDIR}/${result_file_name}"
+            OUTPUT_VARIABLE jingout
+            RESULT_VARIABLE _err)
+          message(STATUS "_err = ${_err}, jingout = ${jingout}")
+          Summary(_err "Checking for empty output of ${JAVA_EXECUTABLE} -jar \"${TOP_SRC_DIR}/development/tools/jing.jar\"")
+        endif()
       endif()
     endif()
   endif()