mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Modified dist.sh to distribute correct files.
- Scripts in misc/ are distributed. - Removed data/fonts/ directory. - makefile.macosx is distributed.
This commit is contained in:
parent
3218265eed
commit
14531b1621
10
misc/dist.sh
10
misc/dist.sh
@ -76,16 +76,18 @@ zlib_files="third_party/zlib/*.[ch] \
|
||||
|
||||
ase_files="config.h \
|
||||
COPYING \
|
||||
NEWS.txt \
|
||||
README.html \
|
||||
TODO.txt \
|
||||
fix.bat \
|
||||
fix.sh \
|
||||
makefile.cfg \
|
||||
makefile.gcc \
|
||||
makefile.linux \
|
||||
makefile.lst \
|
||||
makefile.macosx \
|
||||
makefile.mingw \
|
||||
makefile.vc \
|
||||
*.txt \
|
||||
*.html \
|
||||
data/convmatr.def \
|
||||
data/*.xml \
|
||||
data/fonts/*.pcx \
|
||||
@ -99,6 +101,9 @@ ase_files="config.h \
|
||||
docs/*.pdf \
|
||||
docs/files/*.txt \
|
||||
docs/licenses/*.txt \
|
||||
misc/deps.sh \
|
||||
misc/dist.sh \
|
||||
misc/etags.sh \
|
||||
obj/*.txt \
|
||||
obj/mingw32/*.txt \
|
||||
obj/msvc/*.txt \
|
||||
@ -202,7 +207,6 @@ $1/data/widgets/*.xml"
|
||||
|
||||
bin_files=" \
|
||||
$1/data/aseicon.* \
|
||||
$1/data/fonts/*.pcx \
|
||||
$1/data/palettes/*.col \
|
||||
$1/data/icons/ase*.ico \
|
||||
$1/data/icons/ase*.png \
|
||||
|
Loading…
Reference in New Issue
Block a user