Skip to content

Commit a9c804f

Browse files
committed
curl-autotools.sh: must enable docs for curl manual [ci skip]
Ref: curl/curl#13191
1 parent 64a2cd5 commit a9c804f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

curl-autotools.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,12 @@ _VER="$1"
411411
412412
if [[ "${_CONFIG}" = *'nocurltool'* ]]; then
413413
options+=' --disable-manual'
414+
options+=' --disable-docs' # Skip building documentation in man page format
414415
else
415416
options+=' --enable-manual'
417+
options+=' --enable-docs' # Required for `--enable-manual`
416418
fi
417419
418-
options+=' --disable-docs' # Skip building documentation in man page format
419-
420420
options+=' --enable-static --enable-shared'
421421
422422
(

0 commit comments

Comments
 (0)