summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-01 16:26:47 -0400
committerLex Neva <github.com@lexneva.name>2018-09-01 20:11:01 -0400
commite2b5e968340aeab55c4b7c280946640fb3131107 (patch)
treec6b7e59166f35d9544a0b797ee691490104e8fd4 /Makefile
parent1531e8f52014c871646db770e0066d56d757a880 (diff)
add change indicator to Params (#217)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 770fd585..ace17e92 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ dist: distclean locales inx
cp -a images/examples dist/inkstitch
cp -a palettes dist/inkstitch
cp -a symbols dist/inkstitch
- mkdir -p dist/inkstitch/bin/locales
- cp -a locales/* dist/inkstitch/bin/locales
- cp -a print dist/inkstitch/bin/
+ cp -a icons dist/inkstitch/bin
+ cp -a locales dist/inkstitch/bin
+ cp -a print dist/inkstitch/bin
if [ "$$BUILD" = "windows" ]; then \
cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \
else \