docs: add doc-pot-filter.sh to include deploy-guide in translation
Add a sepate hook to trigger build for the deploy guide as separate sphinx project Change-Id: I25df97d4e6f405863782ad5107616d682a328385 Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# Extract messages from the deploy-guide
|
||||
sphinx-build -b gettext \
|
||||
doc/source/deploy-guide/source \
|
||||
doc/build/gettext/
|
||||
Reference in New Issue
Block a user