Mercurial > pidgin
changeset 24468:e5efa83aa6d2
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.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 17 Nov 2008 19:28:39 +0000 |
parents | 558523cebd10 |
children | 002a58d4af7d |
files | COPYRIGHT Makefile.am |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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.