aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7f9919..c850663 100644
--- a/Makefile
+++ b/Makefile
@@ -34,5 +34,6 @@ distcheck: $(distdir).tar.gz
install: all
install src/nyancat /usr/bin/${package}
+ gzip -9 -c < nyancat.1 > /usr/share/man/man1/nyancat.1.gz
.PHONY: FORCE all clean check dist distcheck install