From a66bf2d736f4e7a09f8528b5a06a7125688d6a2d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 5 Oct 2014 12:18:08 -0400 Subject: GNU Make release 4.1. --- NEWS | 4 ++-- README.git | 7 +++++-- configure.ac | 2 +- maintMakefile | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 4b482df..7e11787 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 30 Sep 2014 + 05 Oct 2014 See the end of this file for copyrights and conditions. @@ -9,7 +9,7 @@ manual, which is contained in this distribution as the file doc/make.texi. See the README file and the GNU make manual for instructions for reporting bugs. -Version 4.0.90 (30 Sep 2014) +Version 4.1 (05 Oct 2014) A complete list of bugs fixed in this version is available here: diff --git a/README.git b/README.git index 8089153..25aa9ad 100644 --- a/README.git +++ b/README.git @@ -171,8 +171,11 @@ consistent (that's why we don't finalize the Git tag, etc. until the end). "Fixed Release" ID number. * Run "make distcheck" to be sure it all works. * Run "make check-alt-config" to be sure alternative configurations work - * Run "make update-www" to get a copy of the GNU make web pages - * Update the web page boilerplate if necessary + * Run "make update-makeweb" to get a copy of the GNU make web pages + * Run "make update-gnuweb" to get a copy of the GNU website boilerplate pages + * Update the web page boilerplate if necessary: + ../gnu-www/www/server/standards/patch-from-parent ../make-web/make.html \ + ../gnu-www/www/server/standards/boilerplate.html * Run "make gendocs" (requires gnulib) to generate the manual files for the GNU make web pages. * Follow the directions from gendocs for the web page repository diff --git a/configure.ac b/configure.ac index a6ebf3e..fab9a2d 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see . -AC_INIT([GNU make],[4.0.90],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.1],[bug-make@gnu.org]) AC_PREREQ([2.62]) diff --git a/maintMakefile b/maintMakefile index 463106e..f7af8d6 100644 --- a/maintMakefile +++ b/maintMakefile @@ -286,7 +286,7 @@ po-check: ## Generate docs. ## ## --------------- ## -.PHONY: update-www gendocs +.PHONY: update-makeweb gendocs CVS = cvs @@ -318,7 +318,7 @@ gendocs: update-gnuweb update-makeweb find '$(MAKEWEBDIR)'/manual \( -name CVS -prune \) -o \( -name '[!.]*' -type f -exec rm -f '{}' \; \) cp -r doc/manual '$(MAKEWEBDIR)' @echo 'Status of $(MAKEWEBDIR) repo:' && cd '$(MAKEWEBDIR)' \ - && cvs -q -n update \ + && cvs -q -n update | grep -v '^M ' \ && echo '- cvs add ' \ && echo '- cvs remove ' \ && echo '- cvs commit' \ -- cgit v1.2.3