diff --git a/README b/README index 463afddc..043b6069 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ medit sources are tracked using mercurial, therefore there is no CVS or SVN access. You may browse medit repository online at http://mooedit.sourceforge.net/hg/moo. To check out a copy of medit repository, install mercurial, and do -hg clone http://mooedit.sourceforge.net/hg/moo . +hg clone http://mooedit.sourceforge.net/hg/moo This will create a new directory named 'moo' with medit sources inside. To update them later on, do hg pull; hg update diff --git a/THANKS b/THANKS index c67803ff..b93e26a1 100644 --- a/THANKS +++ b/THANKS @@ -14,6 +14,7 @@ Nick Treleaven Owen Taylor Paolo Borelli Paolo Maggi +Philip Hazel Scott Wimer Thomas Gilgin Tim Janik diff --git a/moo/mooutils/pcre/COPYING b/moo/mooutils/pcre/COPYING.pcre similarity index 100% rename from moo/mooutils/pcre/COPYING rename to moo/mooutils/pcre/COPYING.pcre diff --git a/moo/mooutils/pcre/Makefile.incl b/moo/mooutils/pcre/Makefile.incl index 63d31569..865c3bf6 100644 --- a/moo/mooutils/pcre/Makefile.incl +++ b/moo/mooutils/pcre/Makefile.incl @@ -37,7 +37,7 @@ endif moo_extra_dist += \ $(moopcre)/AUTHORS \ - $(moopcre)/COPYING \ + $(moopcre)/COPYING.pcre \ $(moopcre)/ChangeLog \ $(moopcre)/NEWS \ $(moopcre)/dftables.c \