summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-05-05 22:22:10 +0200
committerGitHub <noreply@github.com>2021-05-05 22:22:10 +0200
commitbee1082b4a139fe1102431ad08becea546d9b25b (patch)
treedc51fc128c2a33487d663297850da0a07ccccdd0 /Cargo.toml
parent6714b21489b7fbbe94c8b581628f4f60cd77cc64 (diff)
parentb504a5379e21780bef8e728f6a406bfec02c7491 (diff)
Merge pull request #455 from Adhalianna/main
Add a manpage to Zellij
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c04206daf..705a09066 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,8 +67,7 @@ lto = true
depends = "$auto"
license-file = ["LICENSE.md", "4"]
assets = [
- # TODO?
- # ["assets/man/zellij.1", "usr/share/man/man1/zellij.1", "644"],
+ ["assets/man/zellij.1", "usr/share/man/man1/zellij.1", "644"],
["target/release/zellij", "usr/bin/zellij", "755"],
["GOVERNANCE.md", "usr/share/doc/zellij/GOVERNANCE.md", "644"],
["README.md", "usr/share/doc/zellij/README.md", "644"],