diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c8bf89b3..16748898 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -171,7 +171,7 @@ assets = [ ["../../target/release/watchexec", "usr/bin/watchexec", "755"], ["README.md", "usr/share/doc/watchexec/README", "644"], ["../../doc/watchexec.1.md", "usr/share/doc/watchexec/watchexec.1.md", "644"], - ["../../doc/watchexec.1", "usr/share/man/man1/watchexec.1.html", "644"], + ["../../doc/watchexec.1", "usr/share/man/man1/watchexec.1", "644"], ["../../completions/bash", "usr/share/bash-completion/completions/watchexec", "644"], ["../../completions/fish", "usr/share/fish/vendor_completions.d/watchexec.fish", "644"], ["../../completions/zsh", "usr/share/zsh/site-functions/_watchexec", "644"], @@ -183,7 +183,7 @@ assets = [ { source = "../../target/release/watchexec", dest = "/usr/bin/watchexec", mode = "755" }, { source = "README.md", dest = "/usr/share/doc/watchexec/README", mode = "644", doc = true }, { source = "../../doc/watchexec.1.md", dest = "/usr/share/doc/watchexec/watchexec.1.md", mode = "644", doc = true }, - { source = "../../doc/watchexec.1", dest = "/usr/share/man/man1/watchexec.1.html", mode = "644" }, + { source = "../../doc/watchexec.1", dest = "/usr/share/man/man1/watchexec.1", mode = "644" }, { source = "../../completions/bash", dest = "/usr/share/bash-completion/completions/watchexec", mode = "644" }, { source = "../../completions/fish", dest = "/usr/share/fish/vendor_completions.d/watchexec.fish", mode = "644" }, { source = "../../completions/zsh", dest = "/usr/share/zsh/site-functions/_watchexec", mode = "644" },