Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src/themes/configs
Modified Files:
Makefile.am config.ja
Added Files:
config.pl
Removed Files:
actionclasses.cfg.pl control.kde.cfg control.nokde.cfg
control.rh.cfg keybindings.cfg.pl keybindings.gmc.cfg
keybindings.gmc.cfg.pl keybindings.nogmc.cfg
keybindings.nogmc.cfg.pl keybindings.rh.cfg
keybindings.rh.cfg.pl menus.cfg.pl menus.rh.cfg
Log Message:
Polish config files collected into config.pl (like the Japanese ones).
Removed various config file variants (*.{rh,kde,nokde,gmc,nogmc}.cfg).
Removed "./" from config.ja (avoid ignoring error in "make distckeck").
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/themes/configs/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 15 Jul 2003 18:35:03 -0000 1.13
+++ Makefile.am 14 Aug 2003 21:44:46 -0000 1.14
@@ -2,7 +2,6 @@
configdata_DATA = \
actionclasses.cfg \
-actionclasses.cfg.pl \
backup-borders.cfg \
backup-colormodifiers.cfg \
backup-cursors.cfg \
@@ -13,29 +12,22 @@
control.cfg \
icondefs.cfg \
keybindings.cfg \
-keybindings.cfg.pl \
-menus.cfg \
-menus.cfg.pl \
-keybindings.gmc.cfg \
-keybindings.nogmc.cfg \
-keybindings.gmc.cfg.pl \
-keybindings.nogmc.cfg.pl \
-control.kde.cfg \
-control.nokde.cfg \
-control.rh.cfg \
-keybindings.rh.cfg \
-keybindings.rh.cfg.pl \
-menus.rh.cfg
+menus.cfg
configdatadir = $(ENLIGHTENMENT_ROOT)/config
-EXTRA_DIST = $(configdata_DATA) config.ja
+TRANSLATIONS = config.ja config.pl
+EXTRA_DIST = $(configdata_DATA) $(TRANSLATIONS)
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(configdatadir)
-# Japanese
- gzip -d -c < $(srcdir)/config.ja | (cd $(DESTDIR)$(configdatadir); tar -xmf -)
+ for f in $(TRANSLATIONS); do \
+ gzip -d -c < $(srcdir)/$$f | \
+ (cd $(DESTDIR)$(configdatadir); tar -xmf -) \
+ done
uninstall-local:
-# Japanese
- -gzip -d -c < $(srcdir)/config.ja | (cd $(DESTDIR)$(configdatadir); rm -f `tar
-tf -` 2>/dev/null)
+ for f in $(TRANSLATIONS); do \
+ gzip -d -c < $(srcdir)/$$f | \
+ (cd $(DESTDIR)$(configdatadir); rm -f `tar -tf -` 2>/dev/null)
\
+ done
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/themes/configs/config.ja,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvshYSLk4 and /tmp/cvs2S2isY differ
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs