gnucash-docs stable: DOCDIR_BUILD: We want PROJECT_NAME, not PACKAGE_NAME

John Ralls jralls at code.gnucash.org
Sun Sep 21 14:39:36 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/6e8a7340 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/c93e071b (commit)



commit 6e8a73406b9721cd816cf5f7cee8f7dd47e88865
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 21 11:39:24 2025 -0700

    DOCDIR_BUILD: We want PROJECT_NAME, not PACKAGE_NAME

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4e4682b3..54e40c6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -83,7 +83,7 @@ set(BASE_XSLT_CHM "${CMAKE_SOURCE_DIR}/xsl/general-chm-customization.xsl")
 
 # Buildtime destination directories for our generated documentation
 set(DATADIR_BUILD "${CMAKE_BINARY_DIR}/share")
-set(DOCDIR_BUILD  "${DATADIR_BUILD}/doc/${PACKAGE_NAME}")
+set(DOCDIR_BUILD  "${DATADIR_BUILD}/doc/${PROJECT_NAME}")
 
 # ############################################################
 # Find the documentation dependencies



Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list