aboutsummaryrefslogtreecommitdiff
path: root/deb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deb/Makefile')
-rw-r--r--deb/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/deb/Makefile b/deb/Makefile
deleted file mode 100644
index e72921e9a..000000000
--- a/deb/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-TREE?=HEAD
-DEBPKGVER?=1
-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 $(TREE) && DEBPKGVER=$(DEBPKGVER) sh -ev ./deb/make_deb.sh && cp *.deb /vagrant_data/'
- vagrant halt
-
-clean:
- vagrant destroy
- -rm pandoc pandoc-citeproc