]> andersk Git - openssh.git/commitdiff
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
authormouring <mouring>
Wed, 18 Apr 2001 15:46:01 +0000 (15:46 +0000)
committermouring <mouring>
Wed, 18 Apr 2001 15:46:01 +0000 (15:46 +0000)
    be working again.

ChangeLog
Makefile.in

index 9b3a39ef778bd8799d7ec6675da3557833ec7c1b..d3bfe4a69985fbdb486a61cbcbe62171b40b35c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c3a02dbdb2896aca09ff6b25de6aca70ecf06aed..0ec92ab05a0e197e5ceb641824738ba48bd9491c 100644 (file)
@@ -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
-
-distprep: #catman-do
+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
        autoreconf
 
 install: $(TARGETS) install-files host-key
This page took 0.083604 seconds and 5 git commands to generate.