process


  extra=" "
  files="extra file";
  for f in files; do
  for x in ax mx sh cfg; do
  if [ -f f.x ]; then mk f.x.html; fi
  done; done