]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Simplify the release targets.
authorCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 23:23:57 +0000 (16:23 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 15 Apr 2010 23:23:57 +0000 (16:23 -0700)
Previously, we had a separate release-upload target that a user might
mistake as something useful to call directly, (which would have the
undesired effect or uploading a new package, but without first making
all the checks that we want).

So we eliminate that target, (folding its actions into "make
release"), and we also rename the several release-verify-foo targets
to simply verify-foo. This leaves as the only targets with "release"
in the name as "release" and "release-message". Both of these are
intended for the user to call directly.


No differences found