Skip to content

Commit 239dd3f

Browse files
committed
ci: enable translated docs build in build-doc.sh
Pass --enable-build-documentation-translation to configure so the docs CI builds the translated HTML/PDF set, not only English. Exercises the po4a / per-language pipeline end-to-end on every PR.
1 parent 75f41e4 commit 239dd3f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/scripts/build-doc.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ set -x
55

66
cd src
77
./autogen.sh
8-
./configure --disable-check-runtime-deps --enable-build-documentation=html
8+
./configure --disable-check-runtime-deps \
9+
--enable-build-documentation=html \
10+
--enable-build-documentation-translation
911
make -O -j$((1+$(nproc))) manpages
1012
make -O -j$((1+$(nproc))) translateddocs
1113
make -O -j$((1+$(nproc))) docs

0 commit comments

Comments
 (0)