This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU M4 source repository".
http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=307f7138cab1c25928515ac67cc9e41f9cbf96d9 The branch, branch-1.4 has been updated via 307f7138cab1c25928515ac67cc9e41f9cbf96d9 (commit) via c677b7503b50d4cf4b8022f23029fff478a2cefb (commit) from e25118164abaf361b427b2420780afa29de629b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 307f7138cab1c25928515ac67cc9e41f9cbf96d9 Author: Eric Blake <[email protected]> Date: Fri Jan 2 13:36:35 2009 -0700 Use nicer email address in web manual. * maint.mk (web-manual): Use new option in gendocs.sh. Signed-off-by: Eric Blake <[email protected]> commit c677b7503b50d4cf4b8022f23029fff478a2cefb Author: Eric Blake <[email protected]> Date: Fri Jan 2 13:25:39 2009 -0700 Nuke xdelta diffs at release time; no one reported using them. * maint.mk (got-xdelta, delta-xdelta): Delete. * HACKING: Likewise. Signed-off-by: Eric Blake <[email protected]> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 9 +++++++++ HACKING | 16 ++++++++-------- maint.mk | 34 ++++++---------------------------- 3 files changed, 23 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d3bd7c..2a66325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-01-02 Eric Blake <[email protected]> + + Use nicer email address in web manual. + * maint.mk (web-manual): Use new option in gendocs.sh. + + Nuke xdelta diffs at release time; no one reported using them. + * maint.mk (got-xdelta, delta-xdelta): Delete. + * HACKING: Likewise. + 2009-01-01 Eric Blake <[email protected]> Update copyright year. diff --git a/HACKING b/HACKING index 6a10d29..eade193 100644 --- a/HACKING +++ b/HACKING @@ -193,8 +193,8 @@ yyyy-mm-dd Name of Author <em...@address> (tiny change) * Make sure you have wget installed. -* Make sure you have a copy of xdelta installed, and a copy of the previous - release tarball in the build directory. +* Make sure you have a copy of the previous release tarball in the build + directory. * Make sure you have GNU make installed. @@ -228,15 +228,14 @@ yyyy-mm-dd Name of Author <em...@address> (tiny change) * Run `make <target> PREV_VERSION=maj.min[.mic[alpha]]', with target set to `major', `alpha', or `beta' as appropriate. This will run various - additional checks and create diff and xdelta files from the previous - version. + additional checks and create diff files from the previous version. * Run './build-aux/gnupload --to [dest].gnu.org:m4 [files]' to create detached gpg signature and clear signed directive files, and upload the combination to the correct location. For an alpha release, - gnupload will place files in alpha.gnu.org, in /incoming/alpha, and - the xdelta file is not strictly necessary. For a full release, - gnupload will place files in ftp.gnu.org, in /incoming/ftp. + gnupload will place files in alpha.gnu.org, in /incoming/alpha; for a + full release, gnupload will place files in ftp.gnu.org, in + /incoming/ftp. * Send announcement to [email protected], [email protected], and [email protected]. If not an alpha send to [email protected] @@ -263,7 +262,8 @@ yyyy-mm-dd Name of Author <em...@address> (tiny change) After making edits, mail the diff to <[email protected]>. -- -Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software +Foundation, Inc. The canonical source of this file is maintained with the GNU M4 package. Report bugs to [email protected]. diff --git a/maint.mk b/maint.mk index fa55ac3..e036105 100644 --- a/maint.mk +++ b/maint.mk @@ -1,6 +1,7 @@ ## maint.mk -- Makefile rules for m4 maintainers -*-Makefile-*- ## -## Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation +## Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software +## Foundation ## ## This file is part of GNU M4. ## @@ -170,18 +171,8 @@ new-tarball: if test -f $$ofile; then :; \ else echo "Cannot make deltas without $$ofile"; exit 1; fi -.PHONY: got-xdelta -got-xdelta: -## Make sure xdelta exists; - @if ($(XDELTA) --version 2>&1 | grep version)>/dev/null 2>/dev/null; \ - then :;\ - else \ - echo "Get xdelta from http://sourceforge.net/projects/xdelta."; \ - exit 1; \ - fi - .PHONY: deltas -deltas: delta-diff delta-xdelta +deltas: delta-diff DIFF = diff DIFF_OPTIONS = -ruNp @@ -200,23 +191,10 @@ delta-diff: prev-tarball new-tarball | GZIP=$(GZIP_ENV) gzip -c > $$ofile rm -rf delta-diff -XDELTA = xdelta -XDELTA_OPTIONS = -9 - -.PHONY: delta-xdelta -delta-xdelta: prev-tarball new-tarball got-xdelta -## Generate the delta file (xdelta has weird exit statuses, so we need to -## add some shell code to keep make happy), and then generate the signatures -## for FSF ftp-upload: - ofile="$(PACKAGE)-$(PREV_VERSION)-$(VERSION).xdelta"; \ - ( test -z `$(XDELTA) delta $(XDELTA_OPTIONS) \ - $(PACKAGE)-$(PREV_VERSION).tar.gz $(PACKAGE)-$(VERSION).tar.gz \ - $$ofile 2>&1` \ - && : ) - .PHONY: web-manual web-manual: @cd ./doc ; \ - $(SHELL) $(srcdir)/build-aux/gendocs.sh $(PACKAGE) \ - "GNU $(PACKAGE)- GNU macro processor" + $(SHELL) $(abs_srcdir)/build-aux/gendocs.sh \ + --email $(PACKAGE_BUGREPORT) $(PACKAGE) \ + "$(PACKAGE_NAME) - GNU macro processor" @echo " *** Upload the doc/manual directory to web-cvs." hooks/post-receive -- GNU M4 source repository
