Skip to content

Commit

Permalink
Include man page in release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 26, 2024
1 parent d9a763d commit 3a81526
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/package
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -euxo pipefail

echo "Packaging filepack $TAG for $TARGET..."

echo "Generating man page..."
cargo run man > man/filepack.1

test -f Cargo.lock || cargo generate-lockfile

echo "Installing rust toolchain for $TARGET..."
Expand All @@ -27,11 +30,12 @@ echo "Copying release files..."
mkdir dist
cp -r \
$EXECUTABLE \
CONTRIBUTING \
Cargo.lock \
Cargo.toml \
LICENSE \
CONTRIBUTING \
README.md \
man/filepack.1 \
dist

echo "Creating filepack manifest..."
Expand Down

0 comments on commit 3a81526

Please sign in to comment.