here=`pwd`
for i in cat2 cat3 cat9;do
 mkdir -p usr/man/$i;cp -p /usr/man/$i/* usr/man/$i;done
find usr|xargs fixup
chown root.man usr/man/cat* usr/man/cat*/*
chmod ug+w usr/man/cat* usr/man/cat*/*
gunzip usr/man/cat*/*
rm usr/man/cat*/intro.?
tar cf - install.info install.clean usr|gzip -9 >../progman.tgz
fixup ../progman.tgz
