Create the webhookey manpage

Also add the manpage to the build recipe of the debian package.
This closes #13.
This commit is contained in:
finga 2021-11-26 11:59:47 +01:00
parent 0f62ce701e
commit 2c3319ad84
2 changed files with 58 additions and 0 deletions

View file

@ -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"]