diff --git a/Cargo.toml b/Cargo.toml index 38cf4ac..8071cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,5 +51,6 @@ priority = "optional" assets = [ ["target/release/routinator", "usr/bin/", "755"], ["README.md", "usr/share/doc/routinator/", "644"], + ["doc/routinator.1", "usr/share/man/man1/routinator.1", "644"], ] maintainer-scripts = "debian"