From 00d064e3498b96438def1d6ced069565a6423c12 Mon Sep 17 00:00:00 2001 From: NKGoc Date: Tue, 4 May 2021 20:50:27 +0200 Subject: add manpage to zellij --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a1f260cc9..24fb4d924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ features = ["unstable"] [dev-dependencies] insta = "1.6.0" tempfile = "3.2.0" +mandown = "0.1.2" [build-dependencies] structopt = "0.3" @@ -69,8 +70,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"], -- cgit v1.2.3 From 0ab7a51d04ae195dc894a196beba3d9813fbf0f6 Mon Sep 17 00:00:00 2001 From: NKGoc Date: Wed, 5 May 2021 12:05:05 +0200 Subject: simplifications --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 24fb4d924..242492729 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,6 @@ features = ["unstable"] [dev-dependencies] insta = "1.6.0" tempfile = "3.2.0" -mandown = "0.1.2" [build-dependencies] structopt = "0.3" -- cgit v1.2.3