mirror of git://anongit.mindrot.org/openssh.git
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
be working again.
This commit is contained in:
parent
121c7852fe
commit
e2e66a27a7
|
@ -1,5 +1,5 @@
|
|||
20010418
|
||||
- OpenBSD CVS Sync
|
||||
- OpenBSD CVS Sync
|
||||
- markus@cvs.openbsd.org 2001/04/17 19:34:25
|
||||
[session.c]
|
||||
move auth_approval to do_authenticated().
|
||||
|
@ -8,6 +8,8 @@
|
|||
- markus@cvs.openbsd.org 2001/04/18 14:15:00
|
||||
[canohost.c]
|
||||
debug->debug3
|
||||
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
|
||||
be working again.
|
||||
|
||||
20010417
|
||||
- (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in
|
||||
|
@ -31,7 +33,6 @@
|
|||
undo socks5 and https support since they are not really used and
|
||||
only bloat ssh. remove -D from usage(), since '-D' is experimental.
|
||||
|
||||
|
||||
20010416
|
||||
- OpenBSD CVS Sync
|
||||
- stevesk@cvs.openbsd.org 2001/04/15 01:35:22
|
||||
|
@ -5156,4 +5157,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1137 2001/04/18 15:32:44 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1138 2001/04/18 15:46:01 mouring Exp $
|
||||
|
|
18
Makefile.in
18
Makefile.in
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.in,v 1.170 2001/04/17 17:57:11 mouring Exp $
|
||||
# $Id: Makefile.in,v 1.171 2001/04/18 15:46:03 mouring Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
@ -148,15 +148,15 @@ mrproper: distclean
|
|||
veryclean: distclean
|
||||
rm -f configure config.h.in *.0
|
||||
|
||||
#catman-do:
|
||||
# @for f in $(TROFFMAN) ; do \
|
||||
# base=`echo $$f | sed 's/\..*$$//'` ; \
|
||||
# echo "$$f -> $$base.0" ; \
|
||||
# nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
|
||||
# >$$base.0 ; \
|
||||
# done
|
||||
catman-do:
|
||||
@for f in $(MANPAGES) ; do \
|
||||
base=`echo $$f | sed 's/\..*$$//'` ; \
|
||||
echo "$$f -> $$base.0" ; \
|
||||
nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
|
||||
>$$base.0 ; \
|
||||
done
|
||||
|
||||
distprep: #catman-do
|
||||
distprep: catman-do
|
||||
autoreconf
|
||||
|
||||
install: $(TARGETS) install-files host-key
|
||||
|
|
Loading…
Reference in New Issue