diff --git a/Makefile b/Makefile index 43d6d9f16..77b0a8558 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ dist: distclean locales bin/build-dist $(EXTENSIONS) cp *.inx dist mv locales dist/inkstitch/bin + cp -a images/examples dist/inkstitch if [ "$$BUILD" = "windows" ]; then \ cd dist; zip -r ../inkstitch-$(VERSION)-win32.zip *; \ else \