[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:
Ian Y. Choi 2018-06-09 01:08:42 +09:00 committed by Akihiro Motoki
parent a926a87da5
commit e1bf6e74c9
1 changed files with 1 additions and 2 deletions

View File

@ -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