-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Documentation
-
None
-
Storage Engines
-
StorEng - 2024-11-12
-
2
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.