comparison Makefile.am @ 26162:0a19fa42f8ce

propagate from branch 'im.pidgin.pidgin' (head eeaad582dcb34b6753c78371c4aa03af92b095f5) to branch 'im.pidgin.soc.2008.yahoo' (head 182668e30410a6c12e970fad010f219ee6b59e73)
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Tue, 20 Jan 2009 17:44:36 +0000
parents d9810e369601
children e0a6a829df87 9bdd3ab8087f
comparison
equal deleted inserted replaced
26161:90ffe6f71fa9 26162:0a19fa42f8ce
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
56 head po/ChangeLog | grep "^version $(PACKAGE_VERSION)$$" >/dev/null 57 head po/ChangeLog | grep "^version $(PACKAGE_VERSION)$$" >/dev/null
57 58
58 # Ensure we're working from a tag... 59 # Ensure we're working from a tag...
59 test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id` 60 test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id`
60 # ... and have no changes in the working copy. 61 # ... and have no changes in the working copy.
61 test x`mtn diff | grep -v '^#'` = x 62 test "x`mtn diff | grep -v '^#'`" = x
62 63
63 release: version-check distcheck packages 64 release: version-check distcheck packages
64 65
65 packages: 66 packages:
66 gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz 67 gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz