]> git.saurik.com Git - wxWidgets.git/blobdiff - build/tools/git-make-release
Exclude "osx" files, not "mac" ones, from Inno Setup file.
[wxWidgets.git] / build / tools / git-make-release
index 7a5e813c586c8f9ebaca39d67b3cfd20c3aaf655..6dcfc9681f7f81902d76dd813493b6c134e1bb09 100755 (executable)
@@ -32,6 +32,12 @@ if [ -z "$version" ]; then
     exit 1
 fi
 
+EOL_FILE=../eol-native
+if [ ! -r "$EOL_FILE" ]; then
+    echo "Use build/tools/svn-find-native-eols.pl to generate $EOL_FILE." >&2
+    exit 1
+fi
+
 set -e
 set -x
 
@@ -54,11 +60,14 @@ find $prefix/include/wx -type f -name setup0.h | while read f; do
     mv $f ${f%0.h}.h
 done
 
+# Compile gettext catalogs.
+make -C $prefix/locale allmo
+
 tar cjf $prefix.tar.bz2 $prefix
 
 cd $prefix
 set +x
-for f in `cat ../eol-native`; do
+for f in `cat $EOL_FILE`; do
     case $f in
         */setup0.h)
             # we renamed this file above so adjust