aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2012-11-13 10:06:32 -0800
committerKevin Lange <k@dakko.us>2012-11-13 10:06:32 -0800
commitbe9c6c6303122e7f83e5ce1137f5ec5434ea0e79 (patch)
tree371f6042f093712fc039f1008ac8551af7bf9ff2
parent5750801fe8efb096e05fdf0102c473cf3a8b4696 (diff)
parent94995f6d405b1cd5bfbfcf50a03504ab9c5f3040 (diff)
downloadnyancat-be9c6c6303122e7f83e5ce1137f5ec5434ea0e79.tar.gz
Merge pull request #24 from tbielawa/installmanpage
Install the nyancat man page (gzipped)
-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