gnucash-on-windows master: Reconfigure nightlies to build docs using the cmake toolchain

Geert Janssens gjanssens at code.gnucash.org
Wed Jan 15 06:37:24 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/386c9f5c (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/f8b8aac1 (commit)



commit 386c9f5c7aabfd8be1dff3300c70deaaf76cfb24
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jan 15 12:37:16 2020 +0100

    Reconfigure nightlies to build docs using the cmake toolchain
    
    Release builds still use autotools.
    This first migration step is try the cmake toolchain in daily use
    (it has been tested extensively locally already)

diff --git a/gnucash.modules b/gnucash.modules
index 089a0c8..7f9a56b 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -308,15 +308,13 @@
     </dependencies>
  </cmake>
 
-  <autotools id="gnucash-docs-git"
-	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
-	    makeargs="chm" makeinstallargs="install-chm" >
+  <cmake id="gnucash-docs-git">
     <branch  repo="github" module="Gnucash/gnucash-docs.git" revision="master"
 	   checkoutdir="gnucash-docs-git"/>
     <dependencies>
       <!-- dep package="scrollkeeper"/ -->
     </dependencies>
-  </autotools>
+  </cmake>
 
   <autotools id="gnucash-docs"
 	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"



Summary of changes:
 gnucash.modules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list