diff options
author | hut <hut@lepus.uberspace.de> | 2014-08-22 21:18:04 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2014-08-22 21:18:04 +0200 |
commit | 4feb2e15c8b8f55518c78940f6ec4578ace02e31 (patch) | |
tree | 9be528bb6bd86c80fa7b86841ea9dc84dbc50712 /Makefile | |
parent | 577bfa90c6fb5faab5ae75ba3f343ffd447d3784 (diff) | |
download | ranger-4feb2e15c8b8f55518c78940f6ec4578ace02e31.tar.gz |
fix references to README.md
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 0a79142e..5ea3d21e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # This software is distributed under the terms of the GNU GPL version 3. NAME = ranger -VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README) +VERSION = $(shell grep -m 1 -o '[0-9][0-9.]\+' README.md) NAME_RIFLE = rifle VERSION_RIFLE = $(VERSION) SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz |