gnucash-docs master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Aug 19 13:17:45 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/484dc57c (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/e97f0757 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/414840da (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/5c59c2f4 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/7554e839 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/1a3232ef (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/51451b42 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/490bcd42 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/9a8101b5 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/b4bd5236 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/acbc7782 (commit)



commit 484dc57cf23e6e0478e8e51e14eea600bfe565fd
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Aug 19 19:15:44 2022 +0200

    Fix a few commented out references to old document names

commit e97f0757a4fce435f67df1b75ba777c79d8c718a
Merge: acbc7782 414840da
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Aug 19 19:14:35 2022 +0200

    Merge branch 'maint'

commit 414840da3d813f221dbdff500ee5ec5fdca77ecb
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Aug 19 18:34:57 2022 +0200

    Drop unused ghelp_figtrigger file from build

commit 5c59c2f4083e61a3cb21c78932594bbdb6bc5bf4
Merge: 9a8101b5 7554e839
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu Aug 18 15:17:20 2022 +0200

    Merge branch 'cmake_track_figures' into maint

commit 7554e839e3d8a550f2917a3df37993f5e18f5c78
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Aug 15 20:48:04 2022 +0200

    Extend the image checks
    
    - test for referenced images that are not listed in CMakeLists.txt's figures variable (warning)
    - test for images listed in CMakeLists.txt but that aren't used (message)

commit 1a3232ef50b920a9c1bbef6bcb3bc5949f7e3c14
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Aug 15 20:44:20 2022 +0200

    Add check target regardless of whether there are entities.
    
    The documents for language 'it' only have a main {document-name}.xml file, but a check
    is still useful to list figure issues.

commit 51451b42a88a319025fa5e8ad197b07333ac354c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Aug 15 20:42:29 2022 +0200

    Change build system to require an explicit list of figures for each target
    
    Before we auto-generated this list via cmake's file(GLOB ...) function. That however
    fails to detect newly added or removed images in the file system.
    By explicitly listing all image files in the appropriate CMakeLists.txt files
    rebuilds will be properly triggered when images are added or removed.

commit 490bcd428bb9f70bd7a65ea9487b8acd4fd3528a
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Aug 13 17:44:52 2022 +0200

    it - minor build script tweaks
    
    - replace old autotools variable names with cmake equivalents
    - rename 'COMPONENTS' variable to 'entities'
    - drop main document from entities list
    
    These are just minor cleanups to align with the other documents.
    They have no real effect as the entities and po generator are
    not used to generate the 'it' documents.
    
    fixup for it tweaks

commit 9a8101b59cdb79a17efc42eef98daca285389cfa
Author: Christian Wehling <christian.wehling at web.de>
Date:   Sat Jul 9 22:41:58 2022 +0200

    L10N:de: manual ch_Tools_Assistants: "Price Editor"

commit b4bd52366b633accc898effed5f70f896bde29c8
Author: Christian Wehling <christian.wehling at web.de>
Date:   Sun Aug 7 20:22:38 2022 +0200

    gnc-dobookx.dtd: Entitiy for column-selektor



Summary of changes:
 cmake/AddGncDocTargets.cmake                |  45 ++-
 cmake/AddHtmlTarget.cmake                   |  24 +-
 cmake/AddXdgHelpTarget.cmake                |  24 +-
 cmake/CheckFigures.cmake                    |  63 +++-
 docbook/gnc-gui-C.dtd                       |   6 +
 docbook/gnc-gui-de.dtd                      |   7 +-
 guide/C/CMakeLists.txt                      | 189 +++++++++++-
 guide/de/CMakeLists.txt                     | 165 +++++++++-
 guide/it/CMakeLists.txt                     | 212 +++++++++++--
 guide/ja/CMakeLists.txt                     | 160 +++++++++-
 guide/pt/CMakeLists.txt                     | 168 ++++++++++-
 guide/ru/CMakeLists.txt                     | 178 ++++++++++-
 manual/C/CMakeLists.txt                     |  45 ++-
 manual/de/CMakeLists.txt                    |  80 ++++-
 manual/de/ch_Tools_Assistants.xml           | 446 +++++++++++++++++-----------
 manual/de/figures/Tools_PriceDatabase.png   | Bin 43125 -> 46509 bytes
 manual/de/figures/Tools_PriceEditor_add.png | Bin 19139 -> 20021 bytes
 manual/it/CMakeLists.txt                    |  63 ++--
 manual/pt/CMakeLists.txt                    |  23 +-
 19 files changed, 1624 insertions(+), 274 deletions(-)



More information about the gnucash-patches mailing list