
#	ATT:#ident	"graf:src/whatis.d/Install	1.6"
#ident	"@(#)graf/src/whatis.d:Install	25.1"

LIB=${LIB-$ROOT/usr/lib/graf}
INS=install

for i
do
   NAME=`echo $i | sed "s/\.w//"`
   cp $NAME.w $NAME
   $INS -m 644 -f ${LIB}/whatis $NAME
   rm $NAME
   echo $NAME done
done
