man: don't delete source files when compressing man files

Fix the issue where a "make install" deletes the man source files.
This commit is contained in:
Josh Poimboeuf 2014-03-27 14:12:44 -07:00
parent 334fe44dee
commit 1631d52fcf

View File

@ -4,9 +4,9 @@ all:
install: all
$(INSTALL) -d $(MANDIR)
gzip -9 kpatch.1
gzip -k -9 kpatch.1
$(INSTALL) -m 644 kpatch.1.gz $(MANDIR)
gzip -9 kpatch-build.1
gzip -k -9 kpatch-build.1
$(INSTALL) -m 644 kpatch-build.1.gz $(MANDIR)
uninstall: