-
-
Notifications
You must be signed in to change notification settings - Fork 390
Fix generation of docs/man/linkman*.txt
files
#2976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jimklimov
merged 9 commits into
networkupstools:master
from
jimklimov:issue-nut-website-60
Jun 3, 2025
Merged
Fix generation of docs/man/linkman*.txt
files
#2976
jimklimov
merged 9 commits into
networkupstools:master
from
jimklimov:issue-nut-website-60
Jun 3, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e.am changes [networkupstools/nut-website#60] Signed-off-by: Jim Klimov <[email protected]>
…kman-*.txt to pick up new driver lists in persistent NUT building workspaces [networkupstools/nut-website#60] Signed-off-by: Jim Klimov <[email protected]>
…iltprogs vs. mans-all [networkupstools/nut-website#60] Signed-off-by: Jim Klimov <[email protected]>
…-enable-docs-man-for-progs-built-only=<yes|no> [networkupstools/nut-website#60] Signed-off-by: Jim Klimov <[email protected]>
…o parse all files (even if we do not build some programs here) [networkupstools/nut-website#60] Signed-off-by: Jim Klimov <[email protected]>
…r ensure `configure --enable-docs-man-for-progs-built-only=no` for dist/distcheck builds [networkupstools/nut-website#60] Signed-off-by: Jim Klimov <[email protected]>
…PROGS toggle for linkman*.txt generation [networkupstools/nut-website#60] Probably a lot more can be enhanced later, to also consider this in delivery of HTML MAN page renders, or finer-grained selections for even more optional drivers (nhs_ser on linux), clients (Python UI), development-only tools (like sockdebug), or platform-specific progs (nut.exe), etc. Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…apt to varying configure choices) Signed-off-by: Jim Klimov <[email protected]>
❌ Build nut 2.8.3.3249-master failed (commit 60a7a7f509 by @jimklimov) |
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 4, 2025
…ments [networkupstools#2976, networkupstools#2946] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 4, 2025
…ments [networkupstools#2976, networkupstools#2946] Signed-off-by: Jim Klimov <[email protected]>
This was referenced Jun 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
CI
Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)
documentation
enhancement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: networkupstools/nut-website#60
Adds a
configure --enable-docs-man-for-progs-built-only
toggle to deliver man pages for only built programs or all of them (as needed for docs sites).A lot more can be enhanced on top of this vehicle, but the pressing problem is having the full list of drivers in overview page, seen at https://networkupstools.org/docs/man/nut.html on site.