#!/bin/csh 
echo -n "whatis :" >>! Makefile 
foreach f (man*/*) 
   echo -n $f " " >> Makefile
end
echo " " >> Makefile 




