cmake: generate misc manpages and install mk-ca-bundle.pl - #13197
Closed
vszakats wants to merge 3 commits into
Closed
cmake: generate misc manpages and install mk-ca-bundle.pl#13197vszakats wants to merge 3 commits into
mk-ca-bundle.pl#13197vszakats wants to merge 3 commits into
Conversation
- install `mk-ca-bundle.pl` like autotools does. - generate and install `mk-ca-bundle.1` and `curl-config.1` like autotools. This fixes tests 1140 and 1173. - add option `BUILD_MISC_DOCS` to control building the above two manpages. Enabled by default. Fixes curl#13194 Closes #xxxxx
Contributor
|
The tests pass fine for me with this! |
bagder
approved these changes
Mar 28, 2024
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Apr 4, 2024
Follow-up to 5023ffa curl#13197 Closes #xxxxx
vszakats
added a commit
that referenced
this pull request
Apr 4, 2024
Fixing: ``` make[2]: Circular docs/curl-config.1 <- docs/curl-config.1 dependency dropped. make[2]: Circular docs/mk-ca-bundle.1 <- docs/mk-ca-bundle.1 dependency dropped. ``` Ref: https://github.com/curl/curl/actions/runs/8559617487/job/23456740844?pr=13282#step:6:18 Follow-up to 5023ffa #13197 Closes #13283
This was referenced Apr 15, 2025
vszakats
added a commit
that referenced
this pull request
Apr 16, 2025
To sync with autotools builds. Reported-by: Daniel Stenberg Bug: #17035 (review) Follow-up to 5023ffa #13197 Closes #17068
nbaws
pushed a commit
to nbaws/curl
that referenced
this pull request
Apr 26, 2025
To sync with autotools builds. Reported-by: Daniel Stenberg Bug: curl#17035 (review) Follow-up to 5023ffa curl#13197 Closes curl#17068
nbaws
pushed a commit
to nbaws/curl
that referenced
this pull request
Apr 26, 2025
To sync with autotools builds. Reported-by: Daniel Stenberg Bug: curl#17035 (review) Follow-up to 5023ffa curl#13197 Closes curl#17068
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.
install
mk-ca-bundle.pllike autotools does.generate and install
mk-ca-bundle.1andcurl-config.1like autotools. This fixes tests 1140 and 1173.Fixes Man page tests 1140 and 1173 fail on cmake #13194
add option
BUILD_MISC_DOCSto control building the above two manpages. Enabled by default.appveyor: stop disabling tests 1140 and 1173.
Closes #13197