Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : proto

Dir     : e17/proto/exhibit


Modified Files:
        Makefile.am 


Log Message:
clean up dist-hook and update control file.

===================================================================
RCS file: /cvs/e/e17/proto/exhibit/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 6 Apr 2006 17:18:42 -0000       1.2
+++ Makefile.am 18 Apr 2006 15:03:19 -0000      1.3
@@ -10,26 +10,11 @@
                       $(MYAPPNAME)_docs.tar.gz $(MYAPPNAME).c \
                       debian/changelog
 
-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 $(MYAPPNAME)_docs.tar doc; \
        rm -f $(MYAPPNAME)_docs.tar.gz; \
        gzip -9 $(MYAPPNAME)_docs.tar; \
-       if test -d data; then \
-         mkdir $(distdir)/data; \
-         for file in data/*; do \
-           cp -pR $$file $(distdir)/data; \
-         done \
-       fi
                                                          
 
 EXTRA_DIST = README \




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to