gnucash-docs maint: Drop unused ghelp_figtrigger file from build

Geert Janssens gjanssens at code.gnucash.org
Fri Aug 19 12:36:53 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/414840da (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/5c59c2f4 (commit)



commit 414840da3d813f221dbdff500ee5ec5fdca77ecb
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Aug 19 18:34:57 2022 +0200

    Drop unused ghelp_figtrigger file from build

diff --git a/cmake/AddGHelpTarget.cmake b/cmake/AddGHelpTarget.cmake
index cd826384..ac2daee2 100644
--- a/cmake/AddGHelpTarget.cmake
+++ b/cmake/AddGHelpTarget.cmake
@@ -57,7 +57,6 @@ function (add_ghelp_target docname lang entities figures)
         add_custom_command(
             OUTPUT ${dest_figures}
             COMMAND ${CMAKE_COMMAND} -E copy ${source_figures} "${BUILD_DIR}/figures"
-            COMMAND touch "${CMAKE_CURRENT_BINARY_DIR}/ghelp_figtrigger"
             DEPENDS ${source_figures} "${CMAKE_CURRENT_BINARY_DIR}/ghelptrigger")
     endif()
 



Summary of changes:
 cmake/AddGHelpTarget.cmake | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list