From 52ed39739cf7f356029e87a6343f126c86002b0e Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 10 Apr 2010 16:53:24 -0300 Subject: [PATCH] Updated dist.sh script to new paths for widgets/ and skins/. --- misc/dist.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/misc/dist.sh b/misc/dist.sh index 96abf7b4a..ebcfcc9cf 100644 --- a/misc/dist.sh +++ b/misc/dist.sh @@ -85,11 +85,11 @@ ase_files="config.h \ data/convmatr.def \ data/*.xml \ data/fonts/*.pcx \ - data/jids/*.jid \ data/palettes/*.col \ - data/skins/*.pcx \ - data/skins/*.png \ - data/skins/*.xml \ + data/skins/*/*.pcx \ + data/skins/*/*.png \ + data/skins/*/*.xml \ + data/widgets/*.xml \ docs/*.pdf \ docs/files/*.txt \ docs/licenses/*.txt \ @@ -187,19 +187,19 @@ $1/NEWS.txt \ $1/README.html \ $1/COPYING \ $1/data/convmatr.def \ -$1/data/jids/*.jid \ $1/data/*.xml \ $1/docs/*.pdf \ $1/docs/files/*.txt \ -$1/docs/licenses/*.txt" +$1/docs/licenses/*.txt \ +$1/data/widgets/*.xml" bin_files=" \ $1/data/aseicon.* \ $1/data/fonts/*.pcx \ $1/data/palettes/*.col \ -$1/data/skins/*.pcx \ -$1/data/skins/*.png \ -$1/data/skins/*.xml \ +$1/data/skins/*/*.pcx \ +$1/data/skins/*/*.png \ +$1/data/skins/*/*.xml \ $1/docs/*.pdf" }