summaryrefslogtreecommitdiffstats
path: root/release/scripts/manpages-make.sh
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-21 15:42:17 +0000
committerjkh <jkh@FreeBSD.org>1997-06-21 15:42:17 +0000
commit28d72683d4088f916e924363f20ef1341eb6439d (patch)
tree876740c928562599a72d3057d3f7a26b039fffac /release/scripts/manpages-make.sh
parentdd6c0a48e7d0e9df9a65d18cf0b6e3f1e2f73f44 (diff)
downloadFreeBSD-src-28d72683d4088f916e924363f20ef1341eb6439d.zip
FreeBSD-src-28d72683d4088f916e924363f20ef1341eb6439d.tar.gz
New build scripts for these distributions.
Diffstat (limited to 'release/scripts/manpages-make.sh')
-rwxr-xr-xrelease/scripts/manpages-make.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/release/scripts/manpages-make.sh b/release/scripts/manpages-make.sh
new file mode 100755
index 0000000..5f73f71
--- /dev/null
+++ b/release/scripts/manpages-make.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Move all the manpages out to their own dist, using the bin dist as a
+# starting point.
+if [ -d ${RD}/trees/bin/usr/share/man ]; then
+ ( cd ${RD}/trees/bin/usr/share/man;
+ find . | cpio -dumpl ${RD}/trees/manpages/usr/share/man > /dev/null 2>&1) &&
+ rm -rf ${RD}/trees/bin/usr/share/man;
+fi
OpenPOWER on IntegriCloud