From bd54a45e6e4bcb3ee7359c9b4f1d831a6291148f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 1 Aug 2012 09:55:49 +0200 Subject: maint.mk: a "release-commit" wrapper to do-release-commit-and-tag * build-aux/do-release-commit-and-tag: Move variable definitions together. ($branch): Instead of defaulting to "master", default to the current branch (as gnu-web-doc-update does). (help): Display the current values of the option arguments. * top/maint.mk (release-commit): New. * top/README-release: Simplify the corresponding step. --- top/maint.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'top/maint.mk') diff --git a/top/maint.mk b/top/maint.mk index 0f3611614e..bdc4502ae5 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1294,6 +1294,12 @@ announcement: NEWS ChangeLog $(rel-files) --no-print-checksums \ $(addprefix --url-dir=, $(url_dir_list)) +.PHONY: release-commit +release-commit: + $(AM_V_GEN)cd $(srcdir) \ + && $(_build-aux)/do-release-commit-and-tag \ + -C $(abs_builddir) $(RELEASE) + ## ---------------- ## ## Updating files. ## ## ---------------- ## -- cgit v1.2.1