gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Jul 10 16:01:01 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/0bb51ffa (commit)
	 via  https://github.com/Gnucash/gnucash/commit/453af7f0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f4832e45 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b430744f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/17c48b19 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b1f9f801 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fb609ff0 (commit)



commit 0bb51ffa952ae71aa16beb818a1265a5e9a67dd3
Merge: fb609ff 453af7f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jul 10 22:00:40 2017 +0200

    Merge branch 'dist-alignment'

commit 453af7f0818cf4b553afffaa47a57b9fd6346a17
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jul 10 21:45:54 2017 +0200

    Align master-only dist files between cmake and autotools

commit f4832e45840ab60f6346a49c34e25b992fd8c935
Merge: b430744 17c48b1
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jul 10 20:23:09 2017 +0200

    Merge branch 'maint'

commit b430744fb5f6abef7ce2100239682342b4268fe4
Merge: eb55b5f b1f9f80
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jul 10 20:22:35 2017 +0200

    Merge branch 'maint'

commit 17c48b19a793aa8efff060d78a093621ca9d4144
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jul 10 20:16:35 2017 +0200

    Fix a couple of double EXTRA_DIST declarations from the previous commit

commit b1f9f8011014b2830b87e3cc0edc52576f1e1efd
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Jul 10 20:06:31 2017 +0200

    Add CMakeLists.txt files to dist tarball generated by autotools
    
    This is half of the work to align the cmake and autotools generated dist tarballs.
    What's missing in the cmake dist tarball on my system are all the files generated
    or installed by running autogen.sh. I can't test this because cmake can't run
    my version of automake (1.15), or at least our CMake configuration prevents this from happening.



Summary of changes:
 Makefile.am                                        | 13 +++++-
 accounts/C/Makefile.am                             |  3 +-
 accounts/Makefile.am                               |  1 +
 accounts/cs/Makefile.am                            |  3 +-
 accounts/da/Makefile.am                            |  3 +-
 accounts/de_AT/Makefile.am                         |  2 +
 accounts/de_CH/Makefile.am                         |  3 +-
 accounts/de_DE/Makefile.am                         |  3 +-
 accounts/el_GR/Makefile.am                         |  3 +-
 accounts/en_GB/Makefile.am                         |  3 +-
 accounts/es_ES/Makefile.am                         |  3 +-
 accounts/es_MX/Makefile.am                         |  3 +-
 accounts/fi_FI/Makefile.am                         |  3 +-
 accounts/fr_CA/Makefile.am                         |  3 +-
 accounts/fr_CH/Makefile.am                         |  3 +-
 accounts/fr_FR/Makefile.am                         |  3 +-
 accounts/hu_HU/Makefile.am                         |  3 +-
 accounts/it/Makefile.am                            |  3 +-
 accounts/ja/Makefile.am                            |  3 +-
 accounts/ko/Makefile.am                            |  3 +-
 accounts/lt/Makefile.am                            |  3 +-
 accounts/lv/Makefile.am                            |  3 +-
 accounts/nb/Makefile.am                            |  3 +-
 accounts/nl/Makefile.am                            |  3 +-
 accounts/pl/Makefile.am                            |  3 +-
 accounts/pt_BR/Makefile.am                         |  3 +-
 accounts/pt_PT/Makefile.am                         |  3 +-
 accounts/ru/Makefile.am                            |  3 +-
 accounts/sk/Makefile.am                            |  3 +-
 accounts/sv_AX/Makefile.am                         |  3 +-
 accounts/sv_FI/Makefile.am                         |  3 +-
 accounts/sv_SE/Makefile.am                         |  3 +-
 accounts/tr_TR/Makefile.am                         |  3 +-
 accounts/zh_CN/Makefile.am                         |  3 +-
 accounts/zh_HK/Makefile.am                         |  3 +-
 accounts/zh_TW/Makefile.am                         |  3 +-
 checks/Makefile.am                                 |  2 +-
 doc/Makefile.am                                    |  3 +-
 doc/examples/Makefile.am                           |  3 +-
 lib/Makefile.am                                    |  2 +-
 lib/goffice/CMakeLists.txt                         |  3 +-
 lib/goffice/Makefile.am                            |  2 +-
 lib/libc/Makefile.am                               |  3 +-
 packaging/Makefile.am                              |  3 +-
 po/POTFILES.in                                     | 51 +++++++---------------
 src/Makefile.am                                    | 17 +++++++-
 src/app-utils/Makefile.am                          |  3 +-
 src/app-utils/test/CMakeLists.txt                  |  6 ++-
 src/app-utils/test/Makefile.am                     |  4 +-
 src/backend/Makefile.am                            |  1 +
 src/backend/dbi/CMakeLists.txt                     |  1 +
 src/backend/dbi/Makefile.am                        |  2 +
 src/backend/dbi/test/Makefile.am                   |  3 +-
 src/backend/sql/Makefile.am                        |  2 +
 src/backend/sql/test/Makefile.am                   |  2 +
 src/backend/xml/Makefile.am                        |  2 +
 src/backend/xml/test/Makefile.am                   |  3 +-
 src/backend/xml/test/test-files/Makefile.am        |  2 +
 src/backend/xml/test/test-files/xml2/Makefile.am   |  4 +-
 src/bin/Makefile.am                                |  5 ++-
 src/bin/overrides/Makefile.am                      |  3 +-
 src/bin/test/Makefile.am                           |  4 +-
 src/business/Makefile.am                           |  2 +
 src/business/business-gnome/Makefile.am            |  3 +-
 src/business/business-gnome/gschemas/Makefile.am   |  2 +
 src/business/business-gnome/gtkbuilder/Makefile.am |  3 +-
 src/business/business-gnome/ui/Makefile.am         |  2 +-
 src/business/business-ledger/Makefile.am           |  2 +
 src/core-utils/Makefile.am                         |  8 +++-
 src/core-utils/test/Makefile.am                    |  3 +-
 src/debug/Makefile.am                              |  3 +-
 src/debug/valgrind/Makefile.am                     |  3 +-
 src/doc/Makefile.am                                |  3 +-
 src/doc/design/Makefile.am                         |  2 +
 src/doc/xml/Makefile.am                            |  3 +-
 src/engine/Makefile.am                             |  3 +-
 src/engine/test-core/Makefile.am                   |  2 +
 src/engine/test/Makefile.am                        |  3 +-
 src/gnc-module/Makefile.am                         |  3 +-
 src/gnc-module/test/Makefile.am                    |  3 +-
 src/gnc-module/test/misc-mods/Makefile.am          |  2 +
 src/gnc-module/test/mod-bar/Makefile.am            |  3 +-
 src/gnc-module/test/mod-baz/Makefile.am            |  3 +-
 src/gnc-module/test/mod-foo/Makefile.am            |  3 +-
 src/gnome-search/Makefile.am                       |  3 +-
 src/gnome-utils/Makefile.am                        |  3 +-
 src/gnome-utils/gschemas/Makefile.am               |  2 +
 src/gnome-utils/gtkbuilder/Makefile.am             |  2 +-
 src/gnome-utils/test/Makefile.am                   |  3 +-
 src/gnome-utils/ui/Makefile.am                     |  2 +-
 src/gnome/Makefile.am                              |  3 +-
 src/gnome/gschemas/Makefile.am                     |  2 +
 src/gnome/gtkbuilder/CMakeLists.txt                |  5 ++-
 src/gnome/gtkbuilder/Makefile.am                   |  2 +-
 src/gnome/ui/Makefile.am                           |  2 +-
 src/html/Makefile.am                               |  3 +-
 src/import-export/Makefile.am                      |  3 +-
 src/import-export/aqb/Makefile.am                  |  6 ++-
 src/import-export/aqb/gschemas/Makefile.am         |  2 +
 src/import-export/aqb/test/Makefile.am             |  5 +++
 src/import-export/csv-exp/Makefile.am              |  2 +-
 src/import-export/csv-exp/gschemas/Makefile.am     |  2 +
 src/import-export/csv-imp/Makefile.am              |  2 +-
 src/import-export/csv-imp/gschemas/Makefile.am     |  2 +
 src/import-export/csv-imp/test/CMakeLists.txt      |  4 +-
 src/import-export/csv-imp/test/Makefile.am         |  3 +-
 src/import-export/gschemas/Makefile.am             |  2 +
 src/import-export/log-replay/Makefile.am           |  2 +
 src/import-export/ofx/Makefile.am                  |  2 +-
 src/import-export/ofx/gschemas/Makefile.am         |  2 +
 src/import-export/ofx/test/Makefile.am             |  2 +
 src/import-export/qif-imp/Makefile.am              |  3 +-
 src/import-export/qif-imp/gschemas/Makefile.am     |  2 +
 src/import-export/qif-imp/test/Makefile.am         |  1 +
 src/import-export/qif/Makefile.am                  |  2 +
 src/import-export/qif/test/Makefile.am             |  2 +-
 src/import-export/test/Makefile.am                 |  2 +
 src/libqof/Makefile.am                             |  1 +
 src/libqof/qof/CMakeLists.txt                      |  2 +-
 src/libqof/qof/Makefile.am                         |  3 ++
 src/libqof/qof/test/Makefile.am                    |  2 +
 src/optional/Makefile.am                           |  2 +
 src/optional/gtkmm/Makefile.am                     |  2 +-
 src/optional/gtkmm/test/Makefile.am                |  2 +
 src/optional/python-bindings/Makefile.am           |  4 +-
 src/optional/python-bindings/tests/Makefile.am     |  3 +-
 src/pixmaps/Makefile.am                            |  3 +-
 src/plugins/Makefile.am                            |  6 ++-
 src/plugins/bi_import/Makefile.am                  |  2 +
 src/plugins/bi_import/gtkbuilder/Makefile.am       |  2 +-
 src/plugins/bi_import/ui/Makefile.am               |  2 +-
 src/plugins/customer_import/Makefile.am            |  2 +
 src/plugins/customer_import/gtkbuilder/Makefile.am |  2 +-
 src/plugins/customer_import/ui/Makefile.am         |  2 +-
 src/plugins/example/glade/Makefile.am              |  2 +-
 src/plugins/example/ui/Makefile.am                 |  2 +-
 src/python/Makefile.am                             |  2 +-
 src/python/pycons/Makefile.am                      |  2 +-
 src/quotes/Makefile.am                             |  3 +-
 src/register/Makefile.am                           |  2 +
 src/register/ledger-core/Makefile.am               |  2 +
 src/register/ledger-core/test/Makefile.am          |  2 +
 src/register/register-core/Makefile.am             |  2 +
 src/register/register-core/test/Makefile.am        |  3 +-
 src/register/register-gnome/Makefile.am            |  2 +
 src/register/register-gnome/test/Makefile.am       |  3 +-
 src/report/Makefile.am                             |  1 +
 src/report/business-reports/Makefile.am            |  3 +-
 src/report/jqplot/Makefile.am                      |  6 ++-
 src/report/locale-specific/Makefile.am             |  2 +
 src/report/locale-specific/us/Makefile.am          |  3 +-
 src/report/locale-specific/us/test/Makefile.am     |  2 +
 src/report/report-gnome/Makefile.am                |  3 +-
 src/report/report-gnome/test/Makefile.am           |  2 +-
 src/report/report-system/Makefile.am               |  7 ++-
 src/report/report-system/test/Makefile.am          |  3 +-
 src/report/standard-reports/Makefile.am            |  3 +-
 src/report/standard-reports/test/Makefile.am       |  3 +-
 src/report/stylesheets/Makefile.am                 |  2 +-
 src/report/stylesheets/test/Makefile.am            |  2 +-
 src/report/utility-reports/Makefile.am             |  2 +-
 src/report/utility-reports/test/Makefile.am        |  2 +-
 src/scm/Makefile.am                                |  3 +-
 src/scm/gnumeric/Makefile.am                       |  3 +-
 src/tax/Makefile.am                                |  2 +
 src/tax/us/Makefile.am                             |  3 +-
 src/tax/us/test/Makefile.am                        |  2 +
 src/test-core/Makefile.am                          |  3 +-
 test-templates/Makefile.am                         |  2 +
 169 files changed, 374 insertions(+), 159 deletions(-)



More information about the gnucash-patches mailing list