aboutsummaryrefslogtreecommitdiff
path: root/deb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deb/Makefile')
-rw-r--r--deb/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/deb/Makefile b/deb/Makefile
new file mode 100644
index 000000000..7d067ef70
--- /dev/null
+++ b/deb/Makefile
@@ -0,0 +1,8 @@
+COMMIT?=HEAD
+
+.PHONY: package
+
+package:
+ 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 halt