summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorNKGoc <natka.goc@gmail.com>2021-05-05 12:05:05 +0200
committerNKGoc <natka.goc@gmail.com>2021-05-05 12:05:05 +0200
commit0ab7a51d04ae195dc894a196beba3d9813fbf0f6 (patch)
treeefadb39686a8674ac3ffe79202f040ef780b9ea1 /Makefile.toml
parentba99c379cc6d47415f883142c4053faf0197c880 (diff)
simplifications
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 86543f6d9..b4821278e 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -131,9 +131,3 @@ args = ["publish"]
description = "Use mandown crate to create or update man entry from docs/MANPAGES.md"
workspace = false
script = "mandown docs/MANPAGE.md ZELLIJ 1 > assets/man/zellij.1"
-
-[tasks.manpage-install]
-description = "Install manpage from assets"
-workspace = false
-command = "sudo"
-args = ["cp", "assets/man/zellij.1", "/usr/share/man/man1/"]