summaryrefslogtreecommitdiffstats
path: root/release/scripts/manpages-make.sh
blob: fae9dd3487b75521a3b2c156c3156e596a62fd8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# $FreeBSD$
#

# 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