[generatepot] Removes unnecessary -b option
To generate pot files using Sphinx, just using "-b gettext" is sufficient and there is no need to additionally specify "-b html". Change-Id: I2eebeb5c575ed99be25980fbd3ec560f3bce2da3
This commit is contained in:
parent
a926a87da5
commit
e1bf6e74c9
@ -26,8 +26,7 @@ fi
|
||||
mkdir -p doc/build/gettext
|
||||
|
||||
# Extract messages
|
||||
sphinx-build -j $NUMBER_OF_CORES -b html -b gettext doc/source \
|
||||
doc/build/gettext/
|
||||
sphinx-build -j $NUMBER_OF_CORES -b gettext doc/source doc/build/gettext/
|
||||
# Manipulates pot translation sources if needed
|
||||
if [[ -f tools/doc-pot-filter.sh ]]; then
|
||||
tools/doc-pot-filter.sh
|
||||
|
Loading…
Reference in New Issue
Block a user