# HG changeset patch # User Richard Laager # Date 1226950119 0 # Node ID e5efa83aa6d22763d53ad19694a84204b906ddf7 # Parent 558523cebd107a00382e5b6a4c895d1d744eed18 Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check Makefile rule to catch this in the future. diff -r 558523cebd10 -r e5efa83aa6d2 COPYRIGHT --- a/COPYRIGHT Mon Nov 17 19:09:37 2008 +0000 +++ b/COPYRIGHT Mon Nov 17 19:28:39 2008 +0000 @@ -307,7 +307,7 @@ Ted Percival Eduardo PĆ©rez Matt Perry -Diego Pettenņ +Diego Petten Nathan Peterson SebastiĆ”n E. Peyrott Celso Pinto @@ -323,7 +323,7 @@ Jory A. Pratt Brent Priddy Justin Pryzby -Florian Qučze +Florian QuĆØze Ignacio Casal Quinteiro Federicco Mena Quintero Yosef Radchenko diff -r 558523cebd10 -r e5efa83aa6d2 Makefile.am --- a/Makefile.am Mon Nov 17 19:09:37 2008 +0000 +++ b/Makefile.am Mon Nov 17 19:28:39 2008 +0000 @@ -34,6 +34,7 @@ (cd po ; intltool-update -m 2>&1 | grep -v '^mismatched quotes.*\.py$$' | sed "s|current directory|po directory|" | grep . ; if [ $$? = 0 ] ; then exit 1 ; else exit 0 ; fi) LC_ALL=C sort -c -t/ -u po/POTFILES.in LC_ALL=C sort -c -t/ -u po/POTFILES.skip + iconv -f utf8 -t utf8 COPYRIGHT | cmp COPYRIGHT - version-check: commit-check # We don't want to release development versions.