Merge pull request #96 from jpoimboe/gzip-k

man: use older '-c' option
This commit is contained in:
Josh Poimboeuf 2014-03-27 22:26:44 -07:00
commit e88287d8dd
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ include ../Makefile.inc
all: kpatch.1.gz kpatch-build.1.gz
kpatch.1.gz: kpatch.1
gzip -k -9 kpatch.1
gzip -c -9 $< > $@
kpatch-build.1.gz: kpatch-build.1
gzip -k -9 kpatch-build.1
gzip -c -9 $< > $@
install: all
$(INSTALL) -d $(MANDIR)