diff options
-rw-r--r-- | INSTALL | 4 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | THANKS | 21 |
3 files changed, 26 insertions, 1 deletions
@@ -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 @@ -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. |