diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 10:54:19 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 11:13:06 -0800 |
| commit | 669153eaced64094050861271c82618d142db98d (patch) | |
| tree | 2d27af2e90efbdc5d47b84d2a318de293959c363 | |
| parent | af706bc47767a92a4eccfbf1a9b85111f927562c (diff) | |
| download | pandoc-669153eaced64094050861271c82618d142db98d.tar.gz | |
deb/Makefile: Renamed COMMIT -> TREE
| -rw-r--r-- | deb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deb/Makefile b/deb/Makefile index 0c4262fc0..c947d5d75 100644 --- a/deb/Makefile +++ b/deb/Makefile @@ -1,11 +1,11 @@ -COMMIT?=HEAD +TREE?=HEAD VAGRANTBOX?=debian/wheezy64 .PHONY: package clean package: VAGRANTBOX=$(VAGRANTBOX) vagrant up - vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(COMMIT) && git submodule update --init && ./make_deb.sh && cp *.deb /vagrant_data/' + vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(TREE) && git submodule update --init && ./make_deb.sh && cp *.deb /vagrant_data/' vagrant halt clean: |
