-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
Create manual page #42
Conversation
Requires help2man, you may adjust install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I habe no experience with help2man, but as far as I understand your solution requires help2man to be installed by the end user.
Would it make sense to install help2man in make, if the command does not exist.
I know what you mean, but a system dependent packaging tool, like |
help2man has more dependencies than tek4010. tek4010 was written to limit the number of dependencies. In my opinion the proper solution would therefore be to
If you agree, please provide and test this solution. I don‘t have much time to work on tek4010 myself at the moment. |
done |
Unfortunately this does not work make man fails with error in help2man copy man page fails due to permission problem and location |
Hmm, I suppose /usr/share/man/man1 is not better
Am Di., 28. Mai 2024 um 17:03 Uhr schrieb Rene Richarz <
***@***.***>:
… Unfortunately this does not work
make man fails with error in help2man
copy man page fails due to permission problem and location
—
Reply to this email directly, view it on GitHub
<#42 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD5J5KVHMC4PU2GZUEMKWTZESMD7AVCNFSM6AAAAABIHHLTPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVGQ2TMOJXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This pull request has been closed. See issue #44 for a possible future enhancement. |
Requires help2man, you may adjust install.