]> git.cworth.org Git - obsolete/notmuch-old/commit
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)
commit9eb53a6052751d82f048a8de5ad4fcf3b5b1ce8f
tree7b734059b9a93c9b5d86b32841276ba97e2fe4c3
parentdd94313b302115cca67bb593572b753350984864
Makefile: Simplify the release targets.

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.
Makefile.local