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 libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=b7d9eb019700f8e311bcc97f325344c437bb665d The branch, master has been updated via b7d9eb019700f8e311bcc97f325344c437bb665d (commit) from 5a28dceb8876178a11f8dbb9148aed8e14b4e3a4 (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 b7d9eb019700f8e311bcc97f325344c437bb665d Author: Simon Josefsson <[email protected]> Date: Sun May 1 17:55:50 2011 +0200 Improve coverage rule names. Drop mingw rules (see win32/libidn4win.mk). ----------------------------------------------------------------------- Summary of changes: cfg.mk | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cfg.mk b/cfg.mk index a841714..44ac0a0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -59,18 +59,17 @@ update-po: refresh-po bootstrap: autoreconf ./configure $(CFGFLAGS) -web-coverage: +# Coverage + +coverage-web: rm -fv `find $(htmldir)/coverage -type f | grep -v CVS` cp -rv $(COVERAGE_OUT)/* $(htmldir)/coverage/ -upload-web-coverage: +coverage-web-upload: cd $(htmldir) && \ cvs commit -m "Update." coverage -W32ROOT ?= $(HOME)/gnutls4win/inst - -mingw32: autoreconf - ./configure --enable-gtk-doc --host=i586-mingw32msvc --build=`build-aux/config.guess` --prefix=$(W32ROOT) +# Release ChangeLog: git2cl > ChangeLog hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/libidn-commit
