From 8e538807f5c7f15257954692316bf33956849192 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 8 Oct 2013 13:23:19 +0200 Subject: [PATCH] changelog.rst is now whatsnew/*.rst --- release/build_candidate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/build_candidate.sh b/release/build_candidate.sh index 0e43b99..cab3a8d 100755 --- a/release/build_candidate.sh +++ b/release/build_candidate.sh @@ -130,7 +130,7 @@ check: check-files check-files: check-diff cd \$(TMP_DIR)/\$(PACKAGE) && \ - grep "not released" share/doc/src/changelog.rst; test "\$\$?" -eq 1 + grep "not released" share/doc/src/whatsnew/*.rst; test "\$\$?" -eq 1 cd \$(TMP_DIR)/\$(PACKAGE) && \ grep "build" acinclude.m4; test "\$\$?" -eq 1 cd \$(TMP_DIR)/\$(PACKAGE) && \