gnucash-docs maint: Fix merge error that restored globbing for figure-files.

John Ralls jralls at code.gnucash.org
Thu Sep 8 18:59:21 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/e803940d (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/2b4598fd (commit)



commit e803940d461cfdb82502d2e7ae37903154603cb4
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 8 15:58:32 2022 -0700

    Fix merge error that restored globbing for figure-files.

diff --git a/cmake/AddGncDocTargets.cmake b/cmake/AddGncDocTargets.cmake
index b9723ff5..ed9ca96c 100644
--- a/cmake/AddGncDocTargets.cmake
+++ b/cmake/AddGncDocTargets.cmake
@@ -2,10 +2,6 @@ function (add_gnc_doc_targets docname entities figures)
 
     get_filename_component(lang ${CMAKE_CURRENT_SOURCE_DIR} NAME)
 
-    file(GLOB_RECURSE figures
-        "${CMAKE_CURRENT_SOURCE_DIR}/figures/*.png"
-        "${CMAKE_CURRENT_SOURCE_DIR}/figures/*.svg")
-
     if(entities)
         # Add a target to run xml lint checks on this document's source xml files
         add_custom_target("${lang}-${docname}-check"



Summary of changes:
 cmake/AddGncDocTargets.cmake | 4 ----
 1 file changed, 4 deletions(-)



More information about the gnucash-changes mailing list