diff Makefile.am @ 24413: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 b31d2ca01b7a
children d9810e369601
line wrap: on
line diff
--- 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.