summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_manpages.sh
blob: 46c046e88ee2937c7591f880b4636711f6cf52e9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# $Id: extract_manpages.sh,v 1.1 1995/01/14 07:41:43 jkh Exp $
set -e
PATH=/stand:$PATH
DDIR=/

DIST=manpages
echo "Extracting ${DIST}"
cat ${DIST}.?? | gzip -c -d | ( cd $DDIR; cpio -H tar -imdu )
OpenPOWER on IntegriCloud