Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        Makefile.am README configure.in edje.c.in 


Log Message:


survive make distcheck...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 8 Mar 2004 01:21:05 -0000       1.8
+++ Makefile.am 16 Apr 2004 02:06:38 -0000      1.9
@@ -15,10 +15,14 @@
              cp -pR $$d $(DESTDIR)$(pkgdatadir)/data; \
          done \
        fi
-       if test "x${vimdir}" != "x"; then \
-         $(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
-         cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
-       fi
+
+### this is all fine and great - ut edje should not be going and installing
+### data in another software's data dir - it's just wrong. not to mention this
+### also breaks make distcheck...
+#      if test "x${vimdir}" != "x"; then \
+#        $(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
+#        cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
+#      fi
 
 dist-hook:
        ./gendoc; \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- README      28 Jan 2004 02:50:20 -0000      1.7
+++ README      16 Apr 2004 02:06:38 -0000      1.8
@@ -1,4 +1,4 @@
-Edje 0.0.1
+Edje 0.5.0
 
 A graphical layout and animation library for animated resizable, compressed and
 scalable themes.
@@ -38,8 +38,18 @@
   sudo make install
   cd
 
-4. You need imlib2 installed. any reelease from 1.0.0 on will do.
-5. You already have edje. now build it:
+4. You need embryo from the HEAD cvs branch
+
+  cvs co e17/libs/embryo
+  cd e17/libs/embryo
+  ./autogen.sh
+  ./configure
+  make
+  sudo make install
+  cd
+
+5. You need imlib2 installed. any reelease from 1.0.0 on will do.
+6. You already have edje. now build it:
 
    ./autogen.sh
    make
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in        4 Apr 2004 10:59:50 -0000       1.11
+++ configure.in        16 Apr 2004 02:06:38 -0000      1.12
@@ -8,7 +8,7 @@
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(edje, 0.0.1)
+AM_INIT_AUTOMAKE(edje, 0.5.0)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/edje.c.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje.c.in   26 Mar 2004 09:10:04 -0000      1.5
+++ edje.c.in   16 Apr 2004 02:06:38 -0000      1.6
@@ -9,7 +9,7 @@
 
 @mainpage Edje Library Documentation
 @image html  edje.png
[EMAIL PROTECTED] 0.0.1
[EMAIL PROTECTED] 0.5.0
 @author Carsten Haitzler <[EMAIL PROTECTED]>
 @date 2003-2004
 
@@ -137,7 +137,18 @@
   sudo make install
   cd
 
-4. You need Imlib2 installed. any release from 1.0.0 and up will do.
+4. You need embryo from the HEAD cvs branch
+
+  cvs co e17/libs/embryo
+  cd e17/libs/embryo
+  ./autogen.sh
+  ./configure
+  make
+  sudo make install
+  cd
+
+
+5. You need Imlib2 installed. any release from 1.0.0 and up will do.
 
 @endverbatim
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to