comparison Makefile.am @ 26045: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
comparison
equal deleted inserted replaced
26044:ca0c9cc50e35 26045:a62d10cce27a
32 32
33 commit-check: 33 commit-check:
34 (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) 34 (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)
35 LC_ALL=C sort -c -t/ -u po/POTFILES.in 35 LC_ALL=C sort -c -t/ -u po/POTFILES.in
36 LC_ALL=C sort -c -t/ -u po/POTFILES.skip 36 LC_ALL=C sort -c -t/ -u po/POTFILES.skip
37 iconv -f utf8 -t utf8 COPYRIGHT | cmp COPYRIGHT -
37 38
38 version-check: commit-check 39 version-check: commit-check
39 # We don't want to release development versions. 40 # We don't want to release development versions.
40 test x`echo $(PACKAGE_VERSION) | grep dev` = x 41 test x`echo $(PACKAGE_VERSION) | grep dev` = x
41 42