Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/data/themes/summer


Modified Files:
        .cvsignore Makefile.am 


Log Message:
the default extension for Edje files is 'edj' now
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/data/themes/summer/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- .cvsignore  5 Jan 2005 03:39:57 -0000       1.1
+++ .cvsignore  22 Mar 2005 19:46:52 -0000      1.2
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+summer.edj
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/elicit/data/themes/summer/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 15 Jan 2005 04:47:10 -0000      1.3
+++ Makefile.am 22 Mar 2005 19:46:52 -0000      1.4
@@ -1,7 +1,7 @@
 THEME = summer
 EDC = $(THEME).edc
-EET = $(EDC:%.edc=%.eet)
-SUFFIXES = .edc .eet
+EET = $(EDC:%.edc=%.edj)
+SUFFIXES = .edc .edj
 
 CLEANFILES = $(EET)
 EXTRA_DIST = $(EDC)
@@ -11,7 +11,7 @@
 
 all: $(EDC)
 
-.edc.eet:
+.edc.edj:
        edje_cc -v -id $(top_srcdir)/data/themes/$(THEME)/img -fd 
$(top_srcdir)/data/themes/$(THEME) $< $@
 
 preview: $(EET)




-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to