diff options
author | Kevin Lange <k@dakko.us> | 2012-11-13 10:06:32 -0800 |
---|---|---|
committer | Kevin Lange <k@dakko.us> | 2012-11-13 10:06:32 -0800 |
commit | be9c6c6303122e7f83e5ce1137f5ec5434ea0e79 (patch) | |
tree | 371f6042f093712fc039f1008ac8551af7bf9ff2 /Makefile | |
parent | 5750801fe8efb096e05fdf0102c473cf3a8b4696 (diff) | |
parent | 94995f6d405b1cd5bfbfcf50a03504ab9c5f3040 (diff) | |
download | nyancat-be9c6c6303122e7f83e5ce1137f5ec5434ea0e79.tar.gz |
Merge pull request #24 from tbielawa/installmanpage
Install the nyancat man page (gzipped)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |