Merge pull request #89 from jpoimboe/man-install-error

man: don't delete source files when compressing man files
This commit is contained in:
Seth Jennings 2014-03-27 16:15:29 -05:00
commit 29e296b16f
1 changed files with 2 additions and 2 deletions

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: