gnucash-docs maint: Undo erroneous change to Html installation command.

John Ralls jralls at code.gnucash.org
Sat Sep 24 19:19:13 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/4a0aa459 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/f2ea7510 (commit)



commit 4a0aa459b0c15fb496cb001599d07c4811549a72
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 24 16:19:03 2022 -0700

    Undo erroneous change to Html installation command.

diff --git a/cmake/AddHtmlTarget.cmake b/cmake/AddHtmlTarget.cmake
index bb321d81..7c7e3a43 100644
--- a/cmake/AddHtmlTarget.cmake
+++ b/cmake/AddHtmlTarget.cmake
@@ -65,7 +65,7 @@ function (add_html_target docname lang entities figures)
     add_dependencies(${docname}-html "${lang}-${docname}-html")
 
     if(WITH_HTML_INSTALL)
-        install(TARGET "${lang}-${docname}-html"
+        install(DIRECTORY ${BUILD_DIR}
           DESTINATION "${CMAKE_INSTALL_DOCDIR}/${lang}")
     endif()
 endfunction()



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



More information about the gnucash-changes mailing list