We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A custom source tar would allow easier packaging, especially since the manpage is already generated for other release artifacts
The text was updated successfully, but these errors were encountered:
What do you mean by "source tar"?
Sorry, something went wrong.
A source code archive, same as what github automatically creates on release (the Source code (tar.gz)), but with the generated manpage included.
Source code (tar.gz)
Ah okay, yes. That sounds reasonable.
You can build it from source using
pandoc -s -f markdown -t man -o hexyl.1 doc/hexyl.1.md
but that adds a pandoc build dependency - I understand.
No branches or pull requests
A custom source tar would allow easier packaging, especially since the manpage is already generated for other release artifacts
The text was updated successfully, but these errors were encountered: