Skip to content

Commit

Permalink
Add manpages to debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Dec 15, 2024
1 parent 1d5b56c commit 24fc299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ assets = [
{ source = "assets/completions/_hanko", dest = "/usr/share/zsh/vendor-completions/", mode = "644"},
{ source = "assets/completions/hanko.fish", dest = "/usr/share/fish/vendor_completions.d/", mode = "644"},
{ source = "assets/completions/hanko.elv", dest = "/usr/share/elvish/lib/", mode = "644"},
{ source = "assets/manpages/*", dest = "/usr/share/man/man1/", mode = "644"},
]

[features]
Expand Down

0 comments on commit 24fc299

Please sign in to comment.