]> git.cworth.org Git - notmuch/commit
have LATEST-notmuch-<version>.tar.gz on releases web page
authorTomi Ollila <tomi.ollila@nixu.com>
Thu, 24 Nov 2011 20:41:01 +0000 (22:41 +0200)
committerDavid Bremner <bremner@debian.org>
Tue, 6 Dec 2011 13:37:45 +0000 (09:37 -0400)
commitfc622d7e060ea7f045e9be76b5579a9597b22ccd
treecbef513a5ca12e2184fae698cd6b1a2ff65357f4
parent7bf1f6e85a1af283c62fcf5f305b762e20706a42
have LATEST-notmuch-<version>.tar.gz on releases web page

The notmuchmail/releases page used to have LATEST-notmuch-<version>
to link to the latest notmuch source tarball. This is confusing on
web page and on disk when the file has been downloaded. This change
looks a bit inconsistent with the 'rm' command just executed before.
$(TAR_FILE) is defined (currently) as $(PACKAGE)-$(VERSION).tar.gz;
as long as the prefix stays $(PACKAGE)-$(VERSION) and version begins
with a digit then this line is good in execution point of view.
Makefile.local