diff --git a/zellij.spec b/zellij.spec index 317658a..56efef5 100644 --- a/zellij.spec +++ b/zellij.spec @@ -105,7 +105,7 @@ mv target/wasm32-wasi/release/*.wasm assets/plugins/ ./target/release/zellij setup --generate-completion bash > target/zellij.bash ./target/release/zellij setup --generate-completion fish > target/zellij.fish ./target/release/zellij setup --generate-completion zsh > target/zellij.zsh -mandown ./docs/MANPAGE.md > target/zellij.1 +mandown docs/MANPAGE.md > target/zellij.1 %install install -Dm644 -T ./target/zellij.bash %{buildroot}%{_datadir}/bash-completion/completions/zellij @@ -120,7 +120,7 @@ install -Dm644 -T ./target/zellij.1 %{buildroot}%{_mandir}/man1/zellij.1 %files %{_bindir}/zellij -%{_mandir}/man1/zellij.1 +%{_mandir}/* %license LICENSE.md %doc README.md docs/ARCHITECTURE.md docs/MANPAGE.md docs/TERMINOLOGY.md docs/THIRD_PARTY_INSTALL.md