Add 'f' flag to gzip so that it won't ask user about compressing
the man page.
This commit is contained in:
parent
e2db429e78
commit
129d41b2bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1389
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
- $(LN) $(bindir)/$(binprefix)grep $(bindir)/$(binprefix)fgrep
|
||||
+ cd $(bindir); $(LN) $(binprefix)grep $(binprefix)fgrep
|
||||
$(INSTALL_DATA) $(srcdir)/grep.man $(mandir)/grep.$(manext)
|
||||
+ gzip -9n $(mandir)/grep.$(manext)
|
||||
+ gzip -9nf $(mandir)/grep.$(manext)
|
||||
|
||||
check:
|
||||
AWK=$(AWK) sh $(srcdir)/tests/check.sh $(srcdir)/tests
|
||||
|
|
Loading…
Reference in a new issue