mirror of https://github.com/dynup/kpatch
Merge pull request #1412 from ohnatiuk1/man-remove-file-timestamp
man: fix reproducibility - remove file timestamps
This commit is contained in:
commit
f85f8a3299
|
@ -3,10 +3,10 @@ include ../Makefile.inc
|
|||
all: kpatch.1.gz kpatch-build.1.gz
|
||||
|
||||
kpatch.1.gz: kpatch.1
|
||||
gzip -c -9 $< > $@
|
||||
gzip -n -c -9 $< > $@
|
||||
|
||||
kpatch-build.1.gz: kpatch-build.1
|
||||
gzip -c -9 $< > $@
|
||||
gzip -n -c -9 $< > $@
|
||||
|
||||
install: all
|
||||
$(INSTALL) -d $(MANDIR)
|
||||
|
|
Loading…
Reference in New Issue