curl / trurl

a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.15k stars 102 forks source link

trurl: Split install to install-bin and install-man #346

Closed jurajlutter closed 1 week ago

jurajlutter commented 2 weeks ago

Split install target to install-bin and install-man, to provide for separate program and manual page installation for the cases where packaging needs to build trurl.1 from trurl.md using pandoc, for example.

In FreeBSD ports, we provide pre-rendered trurl.1 version for now, built from trurl.md, to avoid build-time dependency on hs-pandoc.

Also, MANUAL should read "trurl.md", even if markdown files are likely not to belong into MANDIR.

jurajlutter commented 2 weeks ago

I see that the MANUAL vs. trurl.md is being address in pull request #345.

bagder commented 2 weeks ago

Yes: we now generate a release tarball which will have a trurl.1 file that is not actually present in git - generated from trurl.md.

I have uploaded a 0.15 tarball to GitHub and the trurl page using the new script

bagder commented 1 week ago

Do you still think this is necessary even after that PR merged? Does it need any update?

bagder commented 1 week ago

Closing due to lack of feedback. We can reopen if there is still a desired to do this.