summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-23 15:22:07 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-23 15:22:07 +0200
commit54d772a57b4fa5ad3bfe14884a1421d466724895 (patch)
tree85ea81f9626ac8aac90fba6aa205e1881444a5e2
parent3983e638629b1185963fc642c50c2138bd0e66fa (diff)
downloadgeiser-54d772a57b4fa5ad3bfe14884a1421d466724895.tar.gz
geiser-54d772a57b4fa5ad3bfe14884a1421d466724895.tar.bz2
Thanks, many THANKS.
-rw-r--r--INSTALL4
-rw-r--r--Makefile.am2
-rw-r--r--THANKS21
3 files changed, 26 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4333c7f..57d9c1f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,9 @@ As explained in the README file, Geiser is also directly usable from
its source tree, with no configuration whatsoever. Read that README to
see how.
-As promised, here you have the gory details of the autotools jazz:
+As promised, here you have the gory details of the autotools jazz,
+which you can freely and safely skip on a first, second and third
+reading.
Installation Instructions
*************************
diff --git a/Makefile.am b/Makefile.am
index fea9f9d..90d5015 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
SUBDIRS = . elisp scheme
+EXTRA_DIST = THANKS
+
dist-hook:
git log --summary --stat > $(top_distdir)/ChangeLog
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..17d1c08
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,21 @@
+
+Andy Wingo, Geiser's first user, has been a continuous source of
+encouragement and suggestions, and keeps improving Guile and heeding
+my feature requests.
+
+Eduardo Cavazos' contagious enthusiasm has helped in many ways to keep
+Geiser alive, and he's become its best evangelist in R6RS circles.
+
+Eli Barzilay took the time to play with an early beta and make many
+valuable suggestions, besides answering all my 'how do you in PLT'
+questions.
+
+Matthew Flatt, Robby Findler and the rest of the PLT team did not only
+answer my inquiries, but provided almost instant fixes to the few
+issues i found.
+
+Thanks also to the PLT and Guile communities, for showing me that
+Geiser was not only possible, but a pleasure to hack on.
+
+Karl Berry happily jeopardized GNU's prestige by reviewing and
+accepting Geiser as a GNU official package.