*** makewhatis.orig Fri Dec 23 22:10:34 1994 --- makewhatis Fri Dec 23 22:08:18 1994 *************** *** 28,34 **** do if [ -d $subdir ] then ! for f in `find $subdir -type f -print` do suffix=`echo $f | sed -e 's/.*\\.//'` if [ ".$suffix" = ".gz" ]; then --- 28,34 ---- do if [ -d $subdir ] then ! for f in `find $subdir -follow -type fl -print` do suffix=`echo $f | sed -e 's/.*\\.//'` if [ ".$suffix" = ".gz" ]; then