From 0ab7a51d04ae195dc894a196beba3d9813fbf0f6 Mon Sep 17 00:00:00 2001 From: NKGoc Date: Wed, 5 May 2021 12:05:05 +0200 Subject: simplifications --- Makefile.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.toml') 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/"] -- cgit v1.2.3