Makefile: make version overridable.

This commit is contained in:
John MacFarlane 2017-02-07 19:01:21 +01:00
parent 4ae0cddb92
commit f10dd380bb

View file

@ -1,4 +1,4 @@
version=$(shell grep '^Version:' pandoc.cabal | awk '{print $$2;}')
version?=$(shell grep '^Version:' pandoc.cabal | awk '{print $$2;}')
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
BRANCH?=master