Skip to content

Commit

Permalink
Use gzip to compress man
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored and LuRsT committed Nov 30, 2022
1 parent ce9e198 commit f5d2f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ MANPREFIX=$(PREFIX)/share

install:
install -Dm755 hr -t $(PREFIX)/bin
install -Dm644 hr.1 -t $(MANPREFIX)/man/man1
gzip hr.1
install -Dm644 hr.1.gz -t $(MANPREFIX)/man/man1

uninstall:
rm -f $(PREFIX)/bin/hr
rm -f $(MANPREFIX)/man/man1/hr.1
rm -f $(MANPREFIX)/man/man1/hr.1.gz

0 comments on commit f5d2f5b

Please sign in to comment.