diff Makefile.am @ 32142:6b443ffa2f8b

applied changes from 1d2a25ce8baec7e426910e310ed73db0a4961c31 through 341e86eb5b808e0eab3242d7be676f83eca02b08 Original commit message: Oh yeah, we're trying not to update ChangeLog.win32. Changing our release process to not verify the date in that file
author Mark Doliner <mark@kingant.net>
date Mon, 20 Jun 2011 05:29:11 +0000
parents a14c2e81fcf0
children 6f3df8fc3037 3e4b6ffbb551
line wrap: on
line diff
--- a/Makefile.am	Mon Jun 20 05:28:13 2011 +0000
+++ b/Makefile.am	Mon Jun 20 05:29:11 2011 +0000
@@ -55,7 +55,6 @@
 
 # For all releases, check the ChangeLogs.
 	head ChangeLog | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
-	head ChangeLog.win32 | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
 	head po/ChangeLog | grep "^version $(PACKAGE_VERSION)$$" >/dev/null
 
 # Ensure we're working from a tag...