From 9188a7fc8c7a3fb843f575ab85d6d124ce4f0781 Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Tue, 15 Jan 2008 00:26:12 -0600 Subject: [PATCH] Keep this in hg --- medit/Makefile.am | 2 +- medit/medit-credits.h | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 medit/medit-credits.h diff --git a/medit/Makefile.am b/medit/Makefile.am index e2b27452..d6cb7a1e 100644 --- a/medit/Makefile.am +++ b/medit/Makefile.am @@ -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 \ diff --git a/medit/medit-credits.h b/medit/medit-credits.h new file mode 100644 index 00000000..b3734e67 --- /dev/null +++ b/medit/medit-credits.h @@ -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" +;