comparison Makefile.am @ 32317:d72f2f13b60f

merge of 'c8c73eea7431e6f940916315ace40a41c8da3faa' and 'fec428131bde0ae8247941bd6a3d996c984c9189'
author Ethan Blanton <elb@pidgin.im>
date Fri, 21 Oct 2011 14:36:18 +0000
parents ade9644db2fe
children
comparison
equal deleted inserted replaced
32316:14787acaf9d7 32317:d72f2f13b60f
9 README.MTN \ 9 README.MTN \
10 README.mingw \ 10 README.mingw \
11 config.h.mingw \ 11 config.h.mingw \
12 doxy2devhelp.xsl \ 12 doxy2devhelp.xsl \
13 fix-casts.sh \ 13 fix-casts.sh \
14 gaim.pc.in \
15 gaim-uninstalled.pc.in \
16 intltool-extract.in \ 14 intltool-extract.in \
17 intltool-merge.in \ 15 intltool-merge.in \
18 intltool-update.in \ 16 intltool-update.in \
19 package_revision.h \ 17 package_revision.h \
20 pidgin.apspec.in \ 18 pidgin.apspec.in \
39 iconv -f utf8 -t utf8 COPYRIGHT | cmp COPYRIGHT - 37 iconv -f utf8 -t utf8 COPYRIGHT | cmp COPYRIGHT -
40 38
41 version-check: commit-check 39 version-check: commit-check
42 # We don't want to release development versions. 40 # We don't want to release development versions.
43 test x`echo $(PACKAGE_VERSION) | grep dev` = x 41 test x`echo $(PACKAGE_VERSION) | grep dev` = x
44
45 # Make sure there is a NEWS entry for this version
46 head NEWS | grep "^$(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" > /dev/null
47
48 # Ensure NEWS has no spaces at the start of a line.
49 # Using spaces instead of tabs there is a common mistake.
50 test x`grep "^ " NEWS` = x
51 42
52 # When doing a new minor (or major) release (X.Y.0), there must be a section in 43 # When doing a new minor (or major) release (X.Y.0), there must be a section in
53 # ChangeLog.API. 44 # ChangeLog.API.
54 echo $(PACKAGE_VERSION) | grep -v "^[0-9]\+\.[0-9]\+\.0$$" >/dev/null || head ChangeLog.API | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null 45 echo $(PACKAGE_VERSION) | grep -v "^[0-9]\+\.[0-9]\+\.0$$" >/dev/null || head ChangeLog.API | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
55 46