Searched hist:"897 ae85f7d02e1244907587e7b7c3b628ca66365" (Results 1 – 1 of 1) sorted by relevance
/freebsd/tools/build/options/ |
H A D | makeman | diff 897ae85f7d02e1244907587e7b7c3b628ca66365 Fri Sep 01 18:41:59 CEST 2023 Brooks Davis <brooks@FreeBSD.org> makeman: add minimal support for group options
Ignore OPT_* values in showconfig out in exising code paths and add a new path to include descriptions for each. For now, hardcode the description contents rather than attempting to generate it. This runs the risk of docs getting out of date, limits the amount of new shell code added today while a lua rewrite is nearly ready to land.
This change requires a followup commit to enable OPT_* values in "make showconfig" in order to actually find group options.
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D41681
|