gnucash-docs maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Wed Sep 28 20:11:33 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/d8c5d3a3 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/a897edce (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/431850cc (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/b5e33631 (commit)



commit d8c5d3a3b561bbd9dfdfd82743858a542c475c7f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 29 02:11:09 2022 +0200

    Fix a typo in README

diff --git a/README b/README
index 072d8adf..b0b38a92 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ Requirements
 * docbook-dtds
 * yelp (for viewing)
 
-Optional for ranslators:
+Optional for translators:
 * gnome-doc-utils (contains xml2po for the use of po editors like in the italian translation)
 
 Additional Requirements for Generating Mobipocket:

commit a897edce28fa60355c96c5971ffc7c26c0c00a92
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 29 01:13:25 2022 +0200

    Bug 798623 - ENG. Typo "documenation"

diff --git a/guide/C/ch_oview.xml b/guide/C/ch_oview.xml
index feafec29..4c6bb8cb 100644
--- a/guide/C/ch_oview.xml
+++ b/guide/C/ch_oview.xml
@@ -541,7 +541,7 @@
     <sect2 id="wiki">
       <title id="wiki.title">&app; Wiki</title>
 
-      <para>An immense amount of less-formal documenation, both of &app; itself and its maintenance and
+      <para>An immense amount of less-formal documentation, both of &app; itself and its maintenance and
         development may be found in the <ulink url="&url-wiki;">&app; Wiki</ulink>.
       </para>
     </sect2>
diff --git a/guide/it/index.docbook b/guide/it/index.docbook
index c84b5e86..a4a7ce71 100644
--- a/guide/it/index.docbook
+++ b/guide/it/index.docbook
@@ -1110,7 +1110,7 @@
         <sect2 id="wiki">
           <title>&app; Wiki</title>
 
-          <para>An immense amount of less-formal documenation, both of &app; itself and its maintenance and
+          <para>An immense amount of less-formal documentation, both of &app; itself and its maintenance and
             development may be found in the <ulink url="https://wiki.gnucash.org/wiki">&app;
             Wiki</ulink>; the <ulink url="https://wiki.gnucash.org/wiki/FAQ">Frequently Asked
             Questions</ulink> page should be a first stop whenever you encounter difficulty using

commit 431850ccb3581fc90a9fe666fb89a7339fdff4d4
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 29 02:02:56 2022 +0200

    Remove surplus bracket from last commit

diff --git a/cmake/AddXdgHelpTarget.cmake b/cmake/AddXdgHelpTarget.cmake
index 5adb972f..efbe20f2 100644
--- a/cmake/AddXdgHelpTarget.cmake
+++ b/cmake/AddXdgHelpTarget.cmake
@@ -39,7 +39,7 @@ function (add_xdghelp_target docname lang entities figures)
     add_custom_command(
         OUTPUT ${dest_files}
         COMMAND ${CMAKE_COMMAND} -E copy ${source_files} "${BUILD_DIR}"
-        DEPENDS ${entities} "index.docbook" ${dtd_files} "${CMAKE_CURRENT_BINARY_DIR}/xdghelptrigger")
+        DEPENDS ${entities} "index.docbook" ${dtd_files} "${CMAKE_CURRENT_BINARY_DIR}/xdghelptrigger"
         WORKING_DIRECTORY "${BUILD_DIR}")
 
     # Copy figures for this document



Summary of changes:
 README                       | 2 +-
 cmake/AddXdgHelpTarget.cmake | 2 +-
 guide/C/ch_oview.xml         | 2 +-
 guide/it/index.docbook       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list