summaryrefslogtreecommitdiffstats
path: root/release/scripts/extract_manpages.sh
blob: ce4ef683b92db52856c8cf89a16b856888212ff9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: extract.sh,v 1.17 1994/12/04 03:41:18 jkh Exp $
PATH=/stand:$PATH
DDIR=/

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