diff options
Diffstat (limited to 'crypto/heimdal/cf/install-catman.sh')
| -rwxr-xr-x | crypto/heimdal/cf/install-catman.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/crypto/heimdal/cf/install-catman.sh b/crypto/heimdal/cf/install-catman.sh deleted file mode 100755 index c48cc208af5b..000000000000 --- a/crypto/heimdal/cf/install-catman.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $Id: install-catman.sh,v 1.1 2000/11/30 01:38:17 joda Exp $ -# -# install preformatted manual pages - -INSTALL_DATA="$1"; shift -mkinstalldirs="$1"; shift -srcdir="$1"; shift -mandir="$1"; shift -suffix="$1"; shift - -for f in "$@"; do - base=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\1/'` - section=`echo "$f" | sed 's/\(.*\)\.\([^.]*\)$/\2/'` - catdir="$mandir/cat$section" - c="$base.cat$section" - if test -f "$srcdir/$c"; then - if test \! -d "$catdir"; then - eval "$mkinstalldirs $catdir" - fi - eval "echo $INSTALL_DATA $srcdir/$c $catdir/$base.$suffix" - eval "$INSTALL_DATA $srcdir/$c $catdir/$base.$suffix" - fi -done |
