diff Makefile.am @ 29448:db23767c5b3f

propagate from branch 'im.pidgin.pidgin' (head c2e5c6cc5feb732b79c07ae4dd8fa6bf02e05dd1) to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head 0dd11b78b526e2c42337a6749d942bb0a93fe958)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 25 Nov 2008 17:02:37 +0000
parents e5efa83aa6d2
children d9810e369601
line wrap: on
line diff
--- a/Makefile.am	Mon Nov 17 21:07:43 2008 +0000
+++ b/Makefile.am	Tue Nov 25 17:02:37 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.