Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        Makefile.am configure.in 


Log Message:
fixed dist stuff
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- Makefile.am 8 May 2004 04:44:01 -0000       1.12
+++ Makefile.am 12 May 2004 18:57:56 -0000      1.13
@@ -1,32 +1,17 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src debian examples
+SUBDIRS = data src debian examples
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                        config.h.in config.sub configure install-sh \
                       ltconfig ltmain.sh missing mkinstalldirs \
                       stamp-h.in
 
-install-data-local:
-       @$(NORMAL_INSTALL)
-       if test -d $(srcdir)/data; then \
-         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \
-         for d in $(srcdir)/data/*; do \
-             cp -pR $$d $(DESTDIR)$(pkgdatadir)/data; \
-         done \
-       fi
-
 dist-hook:
        ./gendoc; \
        tar cvf ecore_docs.tar doc/html doc/latex doc/man; \
        rm -f ecore_docs.tar.gz; \
-       gzip -9 ecore_docs.tar; \
-       if test -d data; then \
-         mkdir $(distdir)/data; \
-         for file in data/*; do \
-           cp -pR $$file $(distdir)/data; \
-         done \
-       fi
+       gzip -9 ecore_docs.tar;
 
 bin_SCRIPTS = ecore-config
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- configure.in        8 May 2004 04:44:01 -0000       1.47
+++ configure.in        12 May 2004 18:57:56 -0000      1.48
@@ -627,6 +627,10 @@
 AC_OUTPUT([
 Makefile
 ecore-config
+data/Makefile
+data/fonts/Makefile
+data/images/Makefile
+data/pointers/Makefile
 src/Makefile
 src/bin/Makefile
 src/lib/Makefile




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to