gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Apr 14 11:36:24 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/3a44b368 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/34c46444 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a909f802 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3a46088c (commit)



commit 3a44b368d46e350a90671450529364c508a22a74
Merge: 3a46088 34c4644
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Apr 14 17:36:09 2018 +0200

    Merge branch 'unstable' of https://github.com/Abschiedsstein/gnucash into unstable


commit 34c464446ae9e1664a2dd7823fbecddae7bca5c2
Author: Henrik tom Wörden <henrik at trineo.org>
Date:   Sat Apr 7 12:21:51 2018 +0200

    MAINT: removed reference to README.git
    
    The reference was inappropriate as README.git no longer contains
    information on how to build gnucash.

diff --git a/README b/README
index cddc552..d018e72 100644
--- a/README
+++ b/README
@@ -189,8 +189,7 @@ Building & Installing
 ---------------------
 
 GnuCash uses CMake to handle the build process. Details are available
-in cmake/README_CMAKE.txt (If you are building directly from Git, read
-the README.git file for more instructions.)
+in cmake/README_CMAKE.txt
 
 Prior to building GnuCash, you will have to obtain and install the
 following packages:

commit a909f802defc326a397cd65febda39c181c43e91
Author: Henrik tom Wörden <henrik at trineo.org>
Date:   Sat Apr 7 12:20:58 2018 +0200

    FIX: Corrected typos

diff --git a/common/cmake_modules/GncAddSwigCommand.cmake b/common/cmake_modules/GncAddSwigCommand.cmake
index c6de5de..fa4f09d 100644
--- a/common/cmake_modules/GncAddSwigCommand.cmake
+++ b/common/cmake_modules/GncAddSwigCommand.cmake
@@ -14,7 +14,7 @@
 #   when building from git, it points to the actually generated file
 #   however when building from a tarball, it will point to the version from the tarball instead
 # - _output is the name of the wrapper file to generate (or to look up in the tarball)
-# - input it the swig interface file (*.i) to generate this wrapper from
+# - _input is the swig interface file (*.i) to generate this wrapper from
 # Any additional parameters will be used as dependencies for this wrapper target
 macro (gnc_add_swig_guile_command _target _out_var _output _input)
 
@@ -55,7 +55,7 @@ endmacro (gnc_add_swig_guile_command)
 # - _py_out_var is the same but for the python module that's generated together with the wrapper
 # - _output is the name of the wrapper file to generate (or to look up in the tarball)
 # - _py_output is the name of the python module associated with this wrapper
-# - input it the swig interface file (*.i) to generate this wrapper from
+# - _input is the swig interface file (*.i) to generate this wrapper from
 # Any additional parameters will be used as dependencies for this wrapper target
 macro (gnc_add_swig_python_command _target _out_var _py_out_var _output _py_output _input)
 



Summary of changes:
 README                                       | 3 +--
 common/cmake_modules/GncAddSwigCommand.cmake | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list