Fix typo in Makefile.maint.

* Makefile.maint (git-news): Renamed to check-news, since it
doesn't actually run git.  Adjust all dependees.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
Gary V. Vaughan 2008-09-07 05:24:28 +08:00
parent 4f580e4324
commit c7f97f3956
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2008-09-07 Gary V. Vaughan <gary@gnu.org>
Fix typo in Makefile.maint.
* Makefile.maint (git-news): Renamed to check-news, since it
doesn't actually run git. Adjust all dependees.
Run `git commit -a' when no files are passed.
* clcommit.m4sh (func_commit): Add -a argument if necessary.

View File

@ -149,11 +149,11 @@ fetch:
GPG = gpg # set it to `:' to avoid gpg operations
.PHONY: git-commit
git-commit: git-news
git-commit: check-news
cd $(srcdir) && $(SHELL) ./commit
.PHONY: git-dist
git-dist: git-news check-commit
git-dist: check-news check-commit
## Build the distribution:
$(MAKE) distcheck
## Finally, if everything was successful, tag the release