Modify appropriate CMakeLists.txts to use curldown#12753
Merged
bagder merged 1 commit intocurl:bagder/curldownfrom Jan 22, 2024
Merged
Modify appropriate CMakeLists.txts to use curldown#12753bagder merged 1 commit intocurl:bagder/curldownfrom
bagder merged 1 commit intocurl:bagder/curldownfrom
Conversation
Contributor
Author
|
Currently in draft... I wanna see what happens in appveyor (I think I still have that enabled) |
Contributor
Author
|
close/open dance to kick appveyor into gear |
Contributor
Author
|
Nope... apparently, my appveyor-fu is too weak to get it running. Oh bother. |
46c55a6 to
624f0c6
Compare
Member
|
Lovely, many thanks. Trying it out now! |
Contributor
Author
|
@bagder, I just added installation instructions as well, you might want to try them out |
bb579da to
3464059
Compare
Contributor
Author
|
Hold on, the install instructions aren't quite right |
3464059 to
cb83b1b
Compare
Contributor
Author
|
Now they're done right. |
cb83b1b to
d0af6c2
Compare
Contributor
Author
|
... and some cleaning up. Hadn't noticed the "disappeared" commits that this PR carried around |
bagder
pushed a commit
that referenced
this pull request
Jan 22, 2024
This throws away the previous HTML and PDF producers, to mimic what Makefile.am does as faithfully as possible. Closes #12753
vszakats
added a commit
that referenced
this pull request
Jan 23, 2024
- cmake: enable `BUILD_DOCS` by default (this controls converting and installing `.3` files from `.md` sources) - cmake: speed up generating `.3` files by using a single command per directory, instead of a single command per file. This reduces external commands by about a thousand. (There remains some CMake logic kicking in resulting in 500 -one per file- external `-E touch_nocreate` calls.) - cd2nroff: add ability to process multiple input files. - cd2nroff: add `-k` option to use the source filename to form the output filename. (instead of the default in-file `Title:` line.) Follow-up to 3f08d80 Follow-up to ea0b575 #12753 Follow-up to eefcc1b #12730 Closes #12762
vszakats
added a commit
that referenced
this pull request
Nov 24, 2025
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.
This throws away the previous HTML and PDF producers, to mimic what
Makefile.am does as faithfully as possible. They can easily be added
back if that's desirable.
Amends #12730