docs: fix deploy-guide pot files merging into single file

Concatenate all pot files for deploy guide into a single deploy-guide.pot,
and place it into doc/source/locale/ alongside main docs.

Change-Id: Ia44a9d0970c1bccdc31c278d56568e2b7b8640e9
Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
Dmitriy Chubinidze
2026-05-19 19:48:52 +00:00
parent fd6d6f3d6d
commit a557da61ce
+5
View File
@@ -6,3 +6,8 @@ set -e
sphinx-build -b gettext \
doc/source/deploy-guide/source \
doc/build/gettext-deploy-guide/
# Concatenate all deploy-guide pot files into a single one
# and store in doc/source/locale/
msgcat --use-first --sort-by-file doc/build/gettext-deploy-guide/*.pot \
> doc/build/gettext/deploy-guide.pot