Create the webhookey manpage
Also add the manpage to the build recipe of the debian package. This closes #13.
This commit is contained in:
parent
0f62ce701e
commit
2c3319ad84
2 changed files with 58 additions and 0 deletions
|
@ -37,6 +37,7 @@ assets = [
|
|||
["config.yml", "etc/webhookey/", "644"],
|
||||
["target/release/webhookey", "usr/bin/", "755"],
|
||||
["README.md", "usr/share/doc/webhookey/README", "644"],
|
||||
["webhookey.1", "usr/share/man/man1/", "644"],
|
||||
["debian/service", "lib/systemd/system/webhookey.service", "644"],
|
||||
]
|
||||
conf-files = ["/etc/webhookey/config.yml"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue