Skip to content

Commit

Permalink
Fix man page generation
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 3, 2024
1 parent 1e39269 commit 6585a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ cp -r \

if [[ $OS != windows-latest ]]; then
echo "Building man pages..."
cargo run --package gen -- --bin $EXECUTABLE man
cargo run --package gen -- --bin $DEBUG_EXECUTABLE man
cp -r target/gen/man $DIST/man
fi

Expand Down

0 comments on commit 6585a0a

Please sign in to comment.