Author: tml
Date: Mon Feb  4 14:12:31 2008
New Revision: 1879
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=1879&view=rev

Log:
2008-02-04  Tor Lillqvist  <[EMAIL PROTECTED]>

        * gtksourceview-zip.in: Look for catalogs in share/locale first,
        as that is where they will be with a properly built GNU gettext.



Modified:
   trunk/ChangeLog
   trunk/gtksourceview-zip.in

Modified: trunk/gtksourceview-zip.in
==============================================================================
--- trunk/gtksourceview-zip.in  (original)
+++ trunk/gtksourceview-zip.in  Mon Feb  4 14:12:31 2008
@@ -15,7 +15,11 @@
 zip $ZIP share/gtksourceview-2.0/language-specs/*.lang
 zip $ZIP share/gtksourceview-2.0/language-specs/*.dtd
 
-zip $ZIP lib/locale/*/LC_MESSAGES/gtksourceview-2.0.mo
+if [ -f share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo ]; then
+  zip $ZIP share/locale/*/LC_MESSAGES/gtksourceview-2.0.mo
+else
+  zip $ZIP lib/locale/*/LC_MESSAGES/gtksourceview-2.0.mo
+fi
 
 rm $DEVZIP
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to