Skip to content

Commit

Permalink
🚚 move man page to debian folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Mar 3, 2024
1 parent 0f38ff1 commit 7468385
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cp ./LICENSE ./${DEBIAN_FOLDER}/usr/share/doc/${BINARY_NAME}/copyright

echo "📝 Make man..."
# docker run --rm -v $(pwd):/working -w /working pandoc/minimal:3 --to man man.md -o capslock-auto-switch.1
gzip -c -n -9 ./capslock-auto-switch.1 > ./${DEBIAN_FOLDER}/usr/share/man/man1/capslock-auto-switch.1.gz
gzip -c -n -9 ./debian-scripts/man.1 > ./${DEBIAN_FOLDER}/usr/share/man/man1/capslock-auto-switch.1.gz

echo "🦀 run build..."
cargo build --release
Expand Down
File renamed without changes.

0 comments on commit 7468385

Please sign in to comment.