gnucash-on-windows master: Use cmake build system for all gnucash-docs flavours

Geert Janssens gjanssens at code.gnucash.org
Sun Jul 5 15:55:24 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/9ea38add (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/933ab039 (commit)



commit 9ea38add04a70ee96aa6806f3c9a303f791a7320
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Jul 5 21:55:17 2020 +0200

    Use cmake build system for all gnucash-docs flavours

diff --git a/gnucash.modules b/gnucash.modules
index 2cfdc7c..5083ea4 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -323,29 +323,27 @@
     </dependencies>
  </cmake>
 
- <cmake id="gnucash-docs-git"
+  <cmake id="gnucash-docs-git"
         cmakeargs="-G'MSYS Makefiles'"
         use-ninja="False"> <!-- Can't use ninja for now. See https://bugs.gnucash.org/show_bug.cgi?id=797622 -->
     <branch  repo="github" module="Gnucash/gnucash-docs.git" revision="master"
 	   checkoutdir="gnucash-docs-git"/>
-    <dependencies>
-      <!-- dep package="scrollkeeper"/ -->
-    </dependencies>
   </cmake>
 
-  <autotools id="gnucash-docs"
-	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
-	    makeargs="chm" makeinstallargs="install-chm" >
+  <cmake id="gnucash-docs"
+        cmakeargs="-G'MSYS Makefiles'"
+        use-ninja="False"> <!-- Can't use ninja for now. See https://bugs.gnucash.org/show_bug.cgi?id=797622 -->
     <branch  module="project/gnucash/gnucash%20%28stable%29/4.0/gnucash-docs-4.0.tar.gz"
 	     version="4.0" repo="sourceforge"/>
-  </autotools>
+  </cmake>
 
-  <autotools id="gnucash-unstable-docs"
-	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
-	    makeargs="chm" makeinstallargs="install-chm" >
+  <cmake id="gnucash-unstable-docs"
+        cmakeargs="-G'MSYS Makefiles'"
+        use-ninja="False"> <!-- Can't use ninja for now. See https://bugs.gnucash.org/show_bug.cgi?id=797622 -->
     <branch  module="project/gnucash/gnucash%20%28unstable%29/3.906/gnucash-docs-3.906.tar.gz"
 	     version="3.906" repo="sourceforge"/>
-  </autotools>
+  </cmake>
+
 
   <metamodule id="meta-gnucash-git">
     <dependencies>



Summary of changes:
 gnucash.modules | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)



More information about the gnucash-changes mailing list