mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 03:12:10 +00:00
- (djm) Fix catman-do target for non-bash
This commit is contained in:
parent
2c467a20f4
commit
fa610a17a3
@ -3,6 +3,7 @@
|
||||
Takumi Yamane <yamtak@b-session.com>
|
||||
- (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch
|
||||
by Corinna Vinschen <vinschen@redhat.com>
|
||||
- (djm) Fix catman-do target for non-bash
|
||||
|
||||
20001223
|
||||
- (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects
|
||||
|
@ -127,9 +127,10 @@ veryclean: distclean
|
||||
|
||||
catman-do:
|
||||
@for f in $(TROFFMAN) ; do \
|
||||
echo "$$f -> $${f%%.[18]}.0" ; \
|
||||
base=`echo $$f | sed 's/\..*$$//'` ; \
|
||||
echo "$$f -> $$base.0" ; \
|
||||
nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
|
||||
>$${f%%.[18]}.0 ; \
|
||||
>$$base.0 ; \
|
||||
done
|
||||
|
||||
distprep: catman-do
|
||||
|
Loading…
Reference in New Issue
Block a user