From a902b8d61e3cb94137d7f860f73fe764b3ec0c23 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 4 Feb 2018 22:17:55 -0500 Subject: [PATCH] add locales to built archive --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14da40d03..325917cc1 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,10 @@ VERSION:=$(TRAVIS_BRANCH) OS:=$(shell uname) ARCH:=$(shell uname -m) -dist: distclean +dist: distclean locales bin/build-dist $(EXTENSIONS) cp *.inx dist + mv locales dist/bin cd dist; tar zcf ../inkstitch-$(VERSION)-$(OS)-$(ARCH).tar.gz * distclean: