diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-07 19:01:21 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-07 19:01:21 +0100 |
commit | f10dd380bbb86cc2cf9680c9dee92e34092dc273 (patch) | |
tree | 254806b06d10dbed44ba23a1c67b5240ebbb5540 /Makefile | |
parent | 4ae0cddb92714183badf93513c45be34d38d9cd4 (diff) | |
download | pandoc-f10dd380bbb86cc2cf9680c9dee92e34092dc273.tar.gz |
Makefile: make version overridable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |