diff Makefile.am @ 24969:a62d10cce27a

merge of '8b14f9ccca52482ea771f52730b3b9f59bac6b06' and 'a93ae380e74b703e2539986a5c084eb6ac685e1c'
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 25 Nov 2008 02:59:47 +0000
parents e5efa83aa6d2
children d9810e369601
line wrap: on
line diff
--- a/Makefile.am	Tue Nov 25 02:58:55 2008 +0000
+++ b/Makefile.am	Tue Nov 25 02:59:47 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.