X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.local;h=e828181663d2fc19a3280fe96331e49ac676b696;hb=dd94313b302115cca67bb593572b753350984864;hp=3f8f1d56c81add165cd5844cf0ed471f635bcf58;hpb=f3428823e5cfa8e524e3ea7be8b497020d0693ba;p=notmuch diff --git a/Makefile.local b/Makefile.local index 3f8f1d56..e8281816 100644 --- a/Makefile.local +++ b/Makefile.local @@ -7,8 +7,7 @@ # digit when we reach particularly major milestones of usability. # # Between releases, (such as when compiling notmuch from the git -# repository), we let git to append identification of the actual -# commit. +# repository), we let git append identification of the actual commit. PACKAGE=notmuch VERSION:=$(shell if [ -f version ]; then cat version; else git describe --match '[0-9].[0-9]*'; fi)