Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/po


Modified Files:
        Makefile.am 
Added Files:
        fi.po pt.po 


Log Message:


update TODO and language stuff

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/po/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 15 Apr 2005 06:29:43 -0000      1.7
+++ Makefile.am 18 Apr 2005 07:15:48 -0000      1.8
@@ -6,18 +6,24 @@
 po_DATA = \
 fr.mo \
 ja.mo \
-es.mo
+es.mo \
+pt.mo \
+fi.mo
 
 LANGS = \
 fr \
 ja \
-es
+es \
+pt \
+fi
 
 EXTRA_DIST = \
 enlightenment.pot \
 fr.po \
 ja.po \
-es.po
+es.po \
+pt.po \
+fi.po
 
 ja.mo:
        $(MSGFMT) -f -o $@ ja.po
@@ -25,12 +31,17 @@
        $(MSGFMT) -f -o $@ fr.po
 es.mo:
        $(MSGFMT) -f -o $@ es.po
+pt.mo:
+       $(MSGFMT) -f -o $@ pt.po
+fi.mo:
+       $(MSGFMT) -f -o $@ fi.po
 
 install-poDATA:
 uninstall-poDATA:
 install-data-local:
        for L in $(LANGS); do \
-         $(INSTALL_DATA) -D \
+         $(MKINSTALLDIRS) $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES; \
+         $(INSTALL_DATA) \
          $$L.mo $(DESTDIR)$(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \
        done
        




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to