diff options
author | Christian Hesse <mail@eworm.de> | 2017-10-20 11:20:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-10-20 11:20:27 +0200 |
commit | 7d82b19cd6f402c1d29a5d1519cad2d0485db84d (patch) | |
tree | 678b32093591894d6a917514d8febbcf88abbc91 /Makefile | |
parent | c849b6f15d22b44abdbfde57a03f877964b9f374 (diff) | |
download | journal-notify-7d82b19cd6f402c1d29a5d1519cad2d0485db84d.tar.gz journal-notify-7d82b19cd6f402c1d29a5d1519cad2d0485db84d.tar.zst |
use annotated (and signed) tags only
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ config.h: version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile echo "#ifndef VERSION" > $@ - echo "#define VERSION \"$(shell git describe --tags --long 2>/dev/null || echo ${VERSION})\"" >> $@ + echo "#define VERSION \"$(shell git describe --long 2>/dev/null || echo ${VERSION})\"" >> $@ echo "#endif" >> $@ README.html: README.md |