From 3f300bf834fa7d5ae5b956ca08265b4da9110ebd Mon Sep 17 00:00:00 2001 From: NKGoc Date: Wed, 5 May 2021 11:48:47 +0200 Subject: [PATCH] simplifications --- Makefile.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.toml b/Makefile.toml index 86543f6d..b4821278 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/"]