When running the "s_docs -l" command under the "dist" directory as part of the procedure to cut an open-source release, I realized the command was broken (see the output below).
(wt) ➜ dist git:(wt-13634-11.3.0-release) ✗ ./s_docs -l cat: top/: Is a directory
It's caused by an uninitialized doxyfile variable caused by a change made in Jun that moved the variable setting logic into the build function.
We need to address this issue to unblock the open-source release.