. ../Defines
sed $SGC Files|copy / .
find /usr/include/g++ ! -type d|sort -u|copy / .
mv usr/man/man? .
find usr -type f|sort -u >files
gman
gbrik gpp files
find . -type d|xargs chmod 555
for i in info setup;do sed $SGC Install.$i >install.$i;done
chmod 644 install.{info,setup}
