#!/bin/sh
echo "
AUTHORS
-------

This file is autogenerated from ../help/xaos.hlp.
If you add a new feature to XaoS or fix a bug,
please edit ../help/xaos.hlp and rerun \"make\".

This list is ordered alphabetically."

cat xaos.info | sed "1,/^Credits/ d;/^File:/,\$ d" | \
 sed s/*//g | sed s/"(alphabetically)"/""/ |
 sed s/"Note lists::."/""/
