From 29a2cc1c51fd80fbec46b6be0be768cdd28cd0e5 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Fri, 22 Jan 2016 10:54:27 -0800 Subject: Now generates debian package on ubuntu 15.10 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bc1345..3dc8fad 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ SRC_LIST=BUILD.md \ components \ ebin \ src \ + deps \ TODO VERSION=0.5.0 @@ -85,7 +86,7 @@ test: compile escript # Create a SOURCES tarball for RPM rpm_tarball: rpmclean clean tar czf /tmp/rvi_core-$(VERSION).tgz BUILD.md CONFIGURE.md doc \ - LICENSE Makefile README.md rebar rebar.config rel \ + LICENSE Makefile README.md rebar rebar.config rel deps\ RELEASE.md rpm scripts/setup_gen scripts/rvi \ scripts/rvi.service scripts/rvi.sh \ components priv/config/rvi_sample.config scripts/rvi_instball.sh src \ -- cgit v1.2.1