feat: streamline man page generation and installation in CLI asset scripts

This commit is contained in:
2026-02-28 01:09:44 -06:00
parent f172814111
commit 7e7bd84a43
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ mkdir -p "$bash_dest" "$zsh_dest" "$fish_dest" "$man_dest"
cp "$tmpdir/depot.bash" "$bash_dest/depot"
cp "$tmpdir/_depot" "$zsh_dest/_depot"
cp "$tmpdir/depot.fish" "$fish_dest/depot.fish"
cp "$tmpdir/depot.1" "$man_dest/depot.1"
cp "$tmpdir"/*.1 "$man_dest/"