
# if making one, stop flowpause etc that take care of index file.
if [ $makeindexfile = y ]; then
  kill $holdfifopid

#want to gzip it?
  if ! preset gzipindexfile; then
   printf "Gzip the $ttytitle index file just made? "
   getpar gzipindexfile y yn
  fi
  allpars gzipindexfile

  if [ "$gzipindexfile" = "y" ]; then
   gzip -v -9 $indexfilename
  fi

  echo
fi

echo >logttydev
echo "---------$ttytitle completed---------" >logttydev
