#!/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 run \"cd doc; make\".

This list is ordered alphabetically."

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