Keep this in hg

master
Yevgen Muntyan 2008-01-15 00:26:12 -06:00
parent a00eed3f95
commit 9188a7fc8c
2 changed files with 34 additions and 1 deletions

View File

@ -31,7 +31,7 @@ endif
XML2H = $(srcdir)/../moo/mooutils/xml2h.sh
medit-credits.h: ../THANKS $(XML2H)
$(SHELL) $(XML2H) THANKS $(srcdir)/../THANKS > $@.tmp && \
mv $@.tmp $@
mv $@.tmp $(srcdir)/medit-credits.h
medit-app.c: medit-app.opag
if test -z $(OPAG); then \

33
medit/medit-credits.h Normal file
View File

@ -0,0 +1,33 @@
/* -*- C -*- */
static const char THANKS [] = ""
"To Sveta and Max Muntyan,\n"
"\n"
"and to all who contributed, including\n"
"\n"
"Andreas Hanke\n"
"Andrey Fedoseev\n"
"Arnau Sanchez\n"
"Chaosye\n"
"Christian Dywan\n"
"Collilieux\n"
"Daniel Butzu\n"
"David Hough\n"
"Dmytro Savchuk\n"
"Everaldo Coelho\n"
"Federico Mena Quintero\n"
"Geoffrey French\n"
"Jeroen Zwartepoorte\n"
"Lontronics\n"
"Marco Barisione\n"
"Matthias Clasen\n"
"Nick Treleaven\n"
"Owen Taylor\n"
"Paolo Borelli\n"
"Paolo Maggi\n"
"Philip Hazel\n"
"Scott Wimer\n"
"Thomas Gilgin\n"
"Tim Janik\n"
"Tim-Philipp Müller\n"
"Vlastimil Ott\n"
;