gnucash-docs master: Fix typo in build script

Geert Janssens gjanssens at code.gnucash.org
Sun Aug 21 16:28:41 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/069cbfce (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/1723d8a2 (commit)



commit 069cbfceeca1462dc8c0efd5c7ca3ab5679903c3
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Aug 21 22:26:39 2022 +0200

    Fix typo in build script

diff --git a/cmake/AddXdgHelpTarget.cmake b/cmake/AddXdgHelpTarget.cmake
index 3cc31ca5..b9bb53af 100644
--- a/cmake/AddXdgHelpTarget.cmake
+++ b/cmake/AddXdgHelpTarget.cmake
@@ -57,7 +57,7 @@ function (add_xdghelp_target docname lang entities figures)
         add_custom_command(
             OUTPUT ${dest_figures}
             COMMAND ${CMAKE_COMMAND} -E copy ${source_figures} "${BUILD_DIR}/figures"
-            DEPENDS ${source_figures} "${CMAKE_CURRENT_BINARY_DIR}/xdgghelptrigger")
+            DEPENDS ${source_figures} "${CMAKE_CURRENT_BINARY_DIR}/xdghelptrigger")
     endif()
 
     add_custom_target("${lang}-${docname}-xdghelp"



Summary of changes:
 cmake/AddXdgHelpTarget.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list