summaryrefslogtreecommitdiffstats
path: root/release/scripts/manpages-make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/manpages-make.sh')
-rwxr-xr-xrelease/scripts/manpages-make.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/release/scripts/manpages-make.sh b/release/scripts/manpages-make.sh
deleted file mode 100755
index bb1326f..0000000
--- a/release/scripts/manpages-make.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# Move all the manpages out to their own dist, using the base dist as a
-# starting point.
-if [ -d ${RD}/trees/base/usr/share/man ]; then
- ( cd ${RD}/trees/base/usr/share/man;
- find . | cpio -dumpl ${RD}/trees/manpages/usr/share/man > /dev/null 2>&1) &&
- rm -rf ${RD}/trees/base/usr/share/man;
-fi
OpenPOWER on IntegriCloud