Upstream from FTY branch: make distcheck-light-man and ./confgure --with-doc=man=dist-auto features#2473
Merged
jimklimov merged 8 commits intonetworkupstools:masterfrom Jun 24, 2024
Conversation
… distcheck-light-man" to specifically only want docs=man Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… NUT-Monitor and PyNUT (even if as a co-bundle) Modernize `DISTCHECK_LIGHT_MAN_FLAGS` for 2022+ Replicate commit e19fa23 from PR networkupstools#1504 Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…over distcheck-light-man Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…-disted docs if available Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Signed-off-by: Arnaud Quette <arnaud.quette@free.fr>
…to their timestamp dependencies Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
03835d2 to
4e68fcb
Compare
34 tasks
…networkupstools#2473] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 25, 2024
…pstools#2473] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 25, 2024
…etworkupstools#2473] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: #2340
Address part of #1316 regarding a couple of features:
make distcheck-light-manallows to automatedistcheck-style tests with a requirement to re-build MAN pages in the dist'ed directory (make sure we have enough files in the tarball to do so);./confgure --with-doc=man=dist-autoallows to use pre-distributed MAN pages if present (should be in tarballs; should not be in git; may be left over from earlier builds in same workspace) or build those if we can (theautopart)./confgure --with-doc=dist-autoas well, but is implemented in detail only formanas we do notdistHTML and PDF products; is a placeholder for those.The FTY branch further uses the
--with-doc=man=dist-autofeature in reference DEB/RPM packaging recipes (not upstreamed yet), and utilizedBUILD_TYPE=default-tgt:distcheck-light-manin Travis CI tests (now defunct).