]> git.lyx.org Git - lyx.git/blobdiff - po/CreateLayoutTranslations.cmake
de.po
[lyx.git] / po / CreateLayoutTranslations.cmake
index 1987f412d3b2ad067bb0527b54a23712166327d8..1eff48a734f54e6057bc10f656af2a78e0a22aed 100644 (file)
@@ -34,7 +34,11 @@ die_if(_err "Copy of layouttranslations failed")
 execute_process(COMMAND ${LYX_PYTHON_EXECUTABLE}
   "${TOP_SRC_DIR}/po/lyx_pot.py" -b "${TOP_SRC_DIR}" -o "${_dst}" -t ${type}
   "--src_file=${_src_files}"
+  OUTPUT_VARIABLE _err_out
   RESULT_VARIABLE _err)
+if(_err)
+  message(STATUS "${_err_out}")
+endif()
 die_if(_err "Calling lyx_pot.py failed")
 
 execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different "${_dst}" "${TOP_SRC_DIR}/lib/layouttranslations"