Add 'f' flag to gzip so that it won't ask user about compressing

the man page.
This commit is contained in:
Satoshi Asami 1995-04-16 06:52:53 +00:00
parent e2db429e78
commit 129d41b2bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1389

View file

@ -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