From 1fb5cb042142b0272eb9e42b04584cad66febc46 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 9 Apr 2018 20:13:13 -0400 Subject: move inx files to inx/ and generate input inx --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f639dc1..b38bc787 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ARCH:=$(shell uname -m) dist: distclean locales bin/build-dist $(EXTENSIONS) - cp *.inx dist + cp inx/*.inx dist cp -a images/examples dist/inkstitch mkdir -p dist/inkstitch/bin/locales cp -a locales/* dist/inkstitch/bin/locales -- cgit v1.3.1