summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormouring <mouring>2001-04-18 15:46:01 +0000
committermouring <mouring>2001-04-18 15:46:01 +0000
commit25cd30e5a5b7daa4fb1e89a65c39e9f0aa3cd9ea (patch)
treef06ca7c0e7a6e29b37a5a412f8ae362c1656c0e6 /Makefile.in
parent55d83e8682315c0ee5e8e26ea9f34ac059c4202d (diff)
downloadopenssh-25cd30e5a5b7daa4fb1e89a65c39e9f0aa3cd9ea.tar.gz
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
be working again.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 507da8e9..e2f2d56b 100644
--- a/Makefile.in
+++ b/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