Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/mkauthors
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mkauthors')
-rwxr-xr-xdoc/mkauthors13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/mkauthors b/doc/mkauthors
new file mode 100755
index 0000000..3ed729a
--- /dev/null
+++ b/doc/mkauthors
@@ -0,0 +1,13 @@
+#!/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/"\^_"//