Author: cazfi
Date: Sun Jul  6 23:44:39 2014
New Revision: 25408

URL: http://svn.gna.org/viewcvs/freeciv?rev=25408&view=rev
Log:
Preserve translations of all freeciv domains in Windows Installer builds.

See bug #22184

Modified:
    branches/S2_5/win32/installer/Makefile

Modified: branches/S2_5/win32/installer/Makefile
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/win32/installer/Makefile?rev=25408&r1=25407&r2=25408&view=diff
==============================================================================
--- branches/S2_5/win32/installer/Makefile      (original)
+++ branches/S2_5/win32/installer/Makefile      Sun Jul  6 23:44:39 2014
@@ -150,7 +150,7 @@
        mkdir -p install-$(GUI)/lib/gtk-3.0/
        cp -R /lib/gtk-3.0/3.0.0 install-$(GUI)/lib/gtk-3.0/
        cp -R /share/locale install-$(GUI)/share/
-       find install-$(GUI)/share/locale -type f -not -name freeciv.mo -and 
-not -name gtk30.mo -delete
+       find install-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -and 
-not -name gtk30.mo -delete
 
 install-env-gtk3: install-env-default-fcmp
 
@@ -167,7 +167,7 @@
        mkdir -p install-$(GUI)/lib/gtk-2.0/
        cp -R /lib/gtk-2.0/2.10.0 install-$(GUI)/lib/gtk-2.0/
        cp -R /share/locale install-$(GUI)/share/
-       find install-$(GUI)/share/locale -type f -not -name freeciv.mo -and 
-not -name gtk30.mo -and -not -name gtk20.mo -delete
+       find install-$(GUI)/share/locale -type f -not -name "freeciv*.mo" -and 
-not -name gtk20.mo -delete
 
 SDL_DLLS := \
        libpng12-0.dll \


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to