simplifications
This commit is contained in:
parent
ba99c379cc
commit
3f300bf834
1 changed files with 0 additions and 6 deletions
|
|
@ -131,9 +131,3 @@ args = ["publish"]
|
||||||
description = "Use mandown crate to create or update man entry from docs/MANPAGES.md"
|
description = "Use mandown crate to create or update man entry from docs/MANPAGES.md"
|
||||||
workspace = false
|
workspace = false
|
||||||
script = "mandown docs/MANPAGE.md ZELLIJ 1 > assets/man/zellij.1"
|
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/"]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue