mirror of
https://github.com/dynup/kpatch
synced 2025-02-03 10:41:33 +00:00
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:
parent
334fe44dee
commit
1631d52fcf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user