#!/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 -v xaos.info | sed "1,/^Appendix B Credits/ d;/^File:/,\$ d" | \
 sed s/*//g | sed s/"(alphabetically)"/""/ |
 sed s/Note// | sed s/"lists::."/""/ | sed s/"\^_"//
