Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/themes


Modified Files:
        Makefile.am 
Added Files:
        winter.etheme.ko 


Log Message:
Add Korean config/theme files. Patch from Michael Kim <[EMAIL PROTECTED]>.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/themes/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 12 May 2004 00:06:26 -0000      1.1
+++ Makefile.am 20 May 2004 21:55:50 -0000      1.2
@@ -1,26 +1,23 @@
 
+THEME = winter
+THEME_FILES = winter.etheme winter.etheme.ko
+
 ethemedir = $(datadir)/themes
 
-EXTRA_DIST = @THEME_FILES@
+EXTRA_DIST = $(THEME_FILES) 
 
-THEME_DIR = $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/@THEME@
+THEME_DIR = $(DESTDIR)$(ENLIGHTENMENT_ROOT)/themes/$(THEME)
 
 install-data-local:
        $(mkinstalldirs) $(THEME_DIR)
-       for tf in @THEME_FILES@; do \
+       for tf in $(THEME_FILES); do \
                gzip -d -c < $(srcdir)/$$tf | (cd $(THEME_DIR); tar -xmf -); \
        done
        -if [ -n "$(USER)" ]; then chown -R $(USER) $(THEME_DIR); else chown -R root 
$(THEME_DIR); fi
+       
 
 uninstall-local:
-       -for tf in @THEME_FILES@; do \
+       -for tf in $(THEME_FILES); do \
                gzip -d -c < $(srcdir)/$$tf | (cd $(THEME_DIR); \
                        rm -f `tar -tf -` 2>/dev/null); \
        done
-
-untar:
-       mkdir -p files
-       tar -xzvf @[EMAIL PROTECTED] -C files
-
-dotar:
-       tar -czvf @[EMAIL PROTECTED] -C files *




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to