summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorNKGoc <natka.goc@gmail.com>2021-05-04 21:06:48 +0200
committerNKGoc <natka.goc@gmail.com>2021-05-04 21:06:48 +0200
commitba99c379cc6d47415f883142c4053faf0197c880 (patch)
tree544ad248b8ab01c8597e2f7802be9e6b0d26da26 /Makefile.toml
parent4ebf0c8c44eca2612d5d10c318ad227b5f07fd0a (diff)
typo fix
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 60ad31ca0..86543f6d9 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -64,7 +64,7 @@ args = ["clippy", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"]
# Release building and installing Zellij
[tasks.install]
workspace = false
-dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "manpages-install"]
+dependencies = ["build-plugins-release", "wasm-opt-plugins", "build-release", "manpage-install"]
script_runner = "@duckscript"
script = '''
if is_dir ${CARGO_MAKE_TASK_ARGS}