Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/config


Modified Files:
        Makefile.am 
Removed Files:
        config.ja config.ko config.pl 


Log Message:
Remove obsolete localized config files.
Menu and tooltip strings can be localized via "strings.c" and the po files,
as usual.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/config/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 28 Dec 2004 23:46:42 -0000      1.4
+++ Makefile.am 2 Jan 2005 09:59:41 -0000       1.5
@@ -16,17 +16,17 @@
 
 configdatadir = $(ENLIGHTENMENT_ROOT)/config
 
-TRANSLATIONS = config.ja config.pl config.ko
+TRANSLATIONS = # config.ja config.pl config.ko
 EXTRA_DIST = $(configdata_DATA) $(TRANSLATIONS) strings.c
 
-install-data-local:
+no-install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(configdatadir)
        for f in $(TRANSLATIONS); do \
                gzip -d -c < $(srcdir)/$$f | \
                        (cd $(DESTDIR)$(configdatadir); tar -xmf -) \
        done
 
-uninstall-local:
+no-uninstall-local:
        for f in $(TRANSLATIONS); do \
                gzip -d -c < $(srcdir)/$$f | \
                        (cd $(DESTDIR)$(configdatadir); rm -f `tar -tf -` 
2>/dev/null) \




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to