mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-09 18:44:46 +00:00
Updated dist.sh file (not tested yet).
This commit is contained in:
parent
4611bc0f84
commit
982209bc21
19
misc/dist.sh
19
misc/dist.sh
@ -54,6 +54,17 @@ libpng_files="third_party/libpng/*.[ch] \
|
|||||||
third_party/libpng/TODO \
|
third_party/libpng/TODO \
|
||||||
third_party/libpng/Y2KINFO"
|
third_party/libpng/Y2KINFO"
|
||||||
|
|
||||||
|
tinyxml_files="third_party/tinyxml/*.txt \
|
||||||
|
third_party/tinyxml/*.cpp \
|
||||||
|
third_party/tinyxml/*.h"
|
||||||
|
|
||||||
|
vaca_files="third_party/vaca/*.txt \
|
||||||
|
third_party/vaca/include/Vaca/*.h \
|
||||||
|
third_party/vaca/src/*.cpp \
|
||||||
|
third_party/vaca/src/allegro/*.h \
|
||||||
|
third_party/vaca/src/unix/*.h \
|
||||||
|
third_party/vaca/src/win32/*.h"
|
||||||
|
|
||||||
zlib_files="third_party/zlib/*.[ch] \
|
zlib_files="third_party/zlib/*.[ch] \
|
||||||
third_party/zlib/*.txt \
|
third_party/zlib/*.txt \
|
||||||
third_party/zlib/README"
|
third_party/zlib/README"
|
||||||
@ -70,6 +81,7 @@ ase_files="config.h \
|
|||||||
makefile.mgw \
|
makefile.mgw \
|
||||||
makefile.vc \
|
makefile.vc \
|
||||||
*.txt \
|
*.txt \
|
||||||
|
*.html \
|
||||||
data/aseicon.* \
|
data/aseicon.* \
|
||||||
data/convmatr.def \
|
data/convmatr.def \
|
||||||
data/*.xml \
|
data/*.xml \
|
||||||
@ -149,6 +161,8 @@ cp --parents \
|
|||||||
$jpeg_files \
|
$jpeg_files \
|
||||||
$libart_files \
|
$libart_files \
|
||||||
$libpng_files \
|
$libpng_files \
|
||||||
|
$tinyxml_files \
|
||||||
|
$vaca_files \
|
||||||
$zlib_files \
|
$zlib_files \
|
||||||
$ase_files \
|
$ase_files \
|
||||||
"$dir/$distdir"
|
"$dir/$distdir"
|
||||||
@ -168,11 +182,8 @@ fi
|
|||||||
function def_common_files()
|
function def_common_files()
|
||||||
{
|
{
|
||||||
txt_files=" \
|
txt_files=" \
|
||||||
$1/AUTHORS.txt \
|
|
||||||
$1/LEGAL.txt \
|
|
||||||
$1/NEWS.txt \
|
$1/NEWS.txt \
|
||||||
$1/README.txt \
|
$1/README.html \
|
||||||
$1/WARNING.txt \
|
|
||||||
$1/COPYING \
|
$1/COPYING \
|
||||||
$1/data/convmatr.def \
|
$1/data/convmatr.def \
|
||||||
$1/data/jids/*.jid \
|
$1/data/jids/*.jid \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user