[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-474-g9416eb170

git at osgeo.org git at osgeo.org
Thu Feb 3 11:04:30 PST 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  9416eb1705253f8365461f8050a7536b0a0ce060 (commit)
      from  2fca37fcdd2effe84595ec313fb0e378e7f48c4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9416eb1705253f8365461f8050a7536b0a0ce060
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 3 20:04:03 2022 +0100

    Update doc/README documentation
    
    Add check and localization rules
    
    [ci skip]

diff --git a/doc/README b/doc/README
index 6a30eaaf4..246d5bfda 100644
--- a/doc/README
+++ b/doc/README
@@ -23,12 +23,20 @@ Make targets
 ``make html``
   generates a single-file ``html/postgis.html``
 
+``make html-localized``
+  generates single-file ``html/postgis-<lang>.html`` for
+  each supported language
+
 ``make chunked-html``
   generates a separate html file for every chapter or section break
 
 ``make pdf``
   generates a single PDF file with the PostGIS version as a filename
 
+``make pdf``
+  generates a single PDF file with the PostGIS version as a filename
+  and ``-<lang>`` suffix for each supported language
+
 ``make images``
   generates all the images used in the HTML and PDF targets
 
@@ -52,6 +60,18 @@ Make targets
 ``make maintainer-clean``
   removes all generated files (including comments)
 
+``make update-po``
+  update translation files to be in sync with the source
+  XML files. See ``make check-localized``
+
+``make check``
+  check structural correctness of XML documentation
+
+``make check-localized``
+  check structural correctness of localized (translated)
+  XML documentation. Remember to run this before committing
+  updates to translation files (see ``make update-po``)
+
 
 Requirements
 ------------
@@ -71,6 +91,9 @@ To generate the developer's documentation:
  * Doxygen - http://www.stack.nl/~dimitri/doxygen/
  * Graphviz - http://www.graphviz.org/
 
+To generate the translated XML files:
+ * poxml - https://github.com/KDE/poxml
+
 How to
 ------
 

-----------------------------------------------------------------------

Summary of changes:
 doc/README | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list