kopia lustrzana https://github.com/inkstitch/inkstitch
add locales to built archive
rodzic
d6e227f14f
commit
a902b8d61e
3
Makefile
3
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:
|
||||
|
|
Ładowanie…
Reference in New Issue