Makefile: fix version detection.
This commit is contained in:
parent
2f5729ddda
commit
4b9c33b50e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
version?=$(shell grep '^Version:' pandoc.cabal | awk '{print $$2;}')
|
||||
version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
|
||||
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
|
||||
SOURCEFILES?=$(shell find pandoc.hs src test -name '*.hs')
|
||||
BRANCH?=master
|
||||
|
|
Loading…
Reference in a new issue