Skip to content

Commit fa8885e

Browse files
committed
configure.ac: check for MPI_T.3 (not MPI_T.5) for pre-built docs
We moved the MPI_T man page from section 5 to section 3 (where it belongs), but forgot to update the configure check that uses that man page as a sentinel to know if the pre-built docs are available. Thanks to Orion Poplawski for noticing the problem. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 84da5e2 commit fa8885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ AS_IF([test -z "$LEX" || \
10701070
# Setup HTML and man page processing
10711071
#
10721072

1073-
OAC_SETUP_SPHINX([$srcdir/docs/_build/man/MPI_T.5],
1073+
OAC_SETUP_SPHINX([$srcdir/docs/_build/man/MPI_T.3],
10741074
dnl Note that we have to double escape the string below
10751075
dnl so that the # it contains doesn't confuse the Autotools
10761076
[[https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]])

0 commit comments

Comments
 (0)