diff --git a/Makefile.toml b/Makefile.toml index aaab86a..1ff78dd 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -3,7 +3,7 @@ command = "cargo" args = ["install", "--path", "."] [tasks.install-manpages] -condition = { platforms = ["linux", "mac"] } +condition = { platforms = ["linux"] } script = [ "cp /tmp/vento-man/* $HOME/.local/share/man/man1/", "rm -rf /tmp/vento-man" @@ -20,7 +20,7 @@ command = "cargo" args = ["clean"] [tasks.clean-manpages] -condition = { platforms = ["linux", "mac"] } +condition = { platforms = ["linux"] } script = [ "rm -rf /tmp/vento-man" ]