gnucash-docs maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Wed Sep 11 10:50:39 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/1527cb2f (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/585d6071 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/5777d258 (commit)



commit 1527cb2f639d16a8082482835b8fbe6d73421ec5
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Sep 11 16:50:32 2019 +0200

    Autotools - add svg files to dist. They are used for pdf generation.

commit 585d6071bce98073f7ef13798037794bc8eb4b86
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Sep 11 16:45:50 2019 +0200

    CMake - revisit dist and distcheck
    
    - as we had with code add an option AUTOTOOLS_IN_DIST to enable or disable
      addition of autotools files in the dist tarball
    - dist target may run autogen.sh to generate the autotools files if they don't
      exist yet. This is only possible when working from a git checkout dir as
      autogen.sh is not distributed. If generating the dist target from a
      dist tarball, the autotools files are assumed to be present already.



Summary of changes:
 CMakeLists.txt               | 78 ++++++++++++++++++++++++++++++++------------
 cmake/AddGncDocTargets.cmake | 13 +++++---
 cmake/MakeDist.cmake         | 60 ++++++++++++++++++++++++++++++++++
 cmake/MakeDistCheck.cmake    | 53 ++++++++++++++++++++++++++++++
 guide/CMakeLists.txt         |  9 +++--
 help/CMakeLists.txt          |  9 +++--
 xmldocs.make                 |  1 +
 7 files changed, 192 insertions(+), 31 deletions(-)



More information about the gnucash-patches mailing list